Revert start change

This commit is contained in:
Logan Cusano
2025-08-02 00:27:30 -04:00
parent 2286c0816a
commit 22abbbb2a8

View File

@@ -208,7 +208,7 @@ class DiscordBotManager:
print("Starting bot...")
try:
# Run the bot in a separate task so we can control it
self._bot_task = asyncio.create_task(self.bot.run(self.token))
self._bot_task = asyncio.create_task(self.bot.start(self.token))
# Wait for the bot to connect (optional, useful for ensuring it's ready)
await self.bot.wait_until_ready()
print("Bot started and is ready.")