mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 04:11:08 -05:00
Merge pull request #57 from Stawberri/remove_reply_prefix_examples
Removed reply_prefix from examples
This commit is contained in:
@@ -39,12 +39,12 @@ class MyBot < Ebooks::Bot
|
||||
|
||||
def on_mention(tweet)
|
||||
# Reply to a mention
|
||||
# reply(tweet, meta(tweet).reply_prefix + "oh hullo")
|
||||
# reply(tweet, "oh hullo")
|
||||
end
|
||||
|
||||
def on_timeline(tweet)
|
||||
# Reply to a tweet in the bot's timeline
|
||||
# reply(tweet, meta(tweet).reply_prefix + "nice tweet")
|
||||
# reply(tweet, "nice tweet")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user