From 4ffdf92d5c99e94678fa0cc11a7fb7321997f83a Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Thu, 2 Apr 2020 18:24:54 +0200 Subject: [PATCH] documentation update --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)