mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 04:11:08 -05:00
Don't need BOT_NAME in there
This commit is contained in:
@@ -81,7 +81,7 @@ class MyBot < Ebooks::Bot
|
||||
end
|
||||
|
||||
# Make a MyBot and attach it to an account
|
||||
MyBot.new("{{BOT_NAME}}") do |bot|
|
||||
MyBot.new("abby_ebooks") do |bot|
|
||||
bot.access_token = "" # Token connecting the app to this account
|
||||
bot.access_token_secret = "" # Secret connecting the app to this account
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user