picture shortcut

This commit is contained in:
Pira Wetton 2014-09-23 20:26:48 -04:00
parent a2b374f48c
commit 3706ae0bbb
3 changed files with 8 additions and 0 deletions

View file

@ -50,6 +50,7 @@ Ebooks::Bot.new("abby_ebooks") do |bot|
# Tweet something every 24 hours
# See https://github.com/jmettraux/rufus-scheduler
# bot.tweet("hi")
# bot.pictweet("hi", "cuteselfie.jpg", ":possibly_sensitive => true")
end
end
```