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