Removed the "server_id" from testing.

This commit is contained in:
2026-01-12 17:24:14 -03:00
parent 2c4565cdff
commit 28a31df152
8 changed files with 9 additions and 11 deletions

View File

@@ -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