Removed the "server_id" from testing.
This commit is contained in:
@@ -41,8 +41,6 @@ class CheeseBot
|
||||
start_bot
|
||||
end
|
||||
|
||||
|
||||
|
||||
def run
|
||||
@bot.run
|
||||
end
|
||||
@@ -68,7 +66,7 @@ class CheeseBot
|
||||
def start_bot
|
||||
@bot.ready do
|
||||
puts "#{@bot.profile.username} is online... GIVE ME THE CHEESE."
|
||||
@bot.update_status("online", "We're so back.", nil, 0, false, 0)
|
||||
@bot.update_status("online", "Eating cheese.", nil, 0, false, 0)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user