We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e95ab9 commit 0058fcaCopy full SHA for 0058fca
bot.py
@@ -523,7 +523,7 @@ async def on_ready(self):
523
await self.wait_for_connected()
524
525
if self.guild is None:
526
- logger.error("Logging out due to invalid GUILD_ID.")
+ logger.critical(f"Unable to find main guild, no guilds found matching ID '{self.guild_id}', is your GUILD_ID set correctly?")
527
return await self.close()
528
529
if self._started:
0 commit comments