osanseviero commited on
Commit
7da8f86
·
1 Parent(s): 88b8d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ intents = discord.Intents.default()
43
  intents.message_content = True
44
  client = MyClient(intents=intents)
45
 
46
- async def run_bot():
47
  client.run(DISCORD_TOKEN)
48
 
49
  threading.Thread(target=run_bot).start()
 
43
  intents.message_content = True
44
  client = MyClient(intents=intents)
45
 
46
+ def run_bot():
47
  client.run(DISCORD_TOKEN)
48
 
49
  threading.Thread(target=run_bot).start()