Don't need BOT_NAME in there
This commit is contained in:
parent
141e43719a
commit
92d3c53b79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue