Merge from master #5
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