Moved the 'Bot Started!' to where the bot is finished loading
This commit is contained in:
1
bot.py
1
bot.py
@@ -239,6 +239,7 @@ class Bot(commands.Bot):
|
||||
async def on_ready():
|
||||
# Check the ./modules folder for any modules (cog.py)
|
||||
await self.check_for_modules()
|
||||
print("Bot started!")
|
||||
|
||||
@self.event
|
||||
async def on_message(message):
|
||||
|
||||
Reference in New Issue
Block a user