govisi commited on
Commit
b4fded5
·
1 Parent(s): d5ed24c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -28,5 +28,6 @@ async def on_message(message):
28
  bot.env = "prod" # type: ignore
29
  bot.name = "testAniPin" # type: ignore
30
 
31
- t = Thread(target=bot.run, daemon=True, args=(os.getenv("discord_token"), ))
32
- t.start()
 
 
28
  bot.env = "prod" # type: ignore
29
  bot.name = "testAniPin" # type: ignore
30
 
31
+ # t = Thread(target=bot.run, daemon=True, args=(os.getenv("discord_token"), ))
32
+ bot.run(os.getenv("discord_token"))
33
+ # t.start()