diff --git a/bot.py b/bot.py index 45ff84d..0201180 100644 --- a/bot.py +++ b/bot.py @@ -26,7 +26,7 @@ try: #try to create the database tables, if it fails they were created previosly c.execute(sql3) except: pass -@bot.event #print the username and id to the console and change the game status id +@bot.event #print the username and id to the console and change the game status async def on_ready(): print('Logged in as') print(bot.user.name)