govisi commited on
Commit
7df36c9
1 Parent(s): 35cb1af
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -66,6 +66,6 @@ async def on_message_event(message):
66
  bot.env = "prod" # type: ignore
67
  bot.name = "testAniPin" # type: ignore
68
 
69
- t = Thread(target=bot.run, daemon=True, args=(os.getenv("discord_token"), ))
70
- # bot.run(os.getenv("discord_token"))
71
- t.start()
 
66
  bot.env = "prod" # type: ignore
67
  bot.name = "testAniPin" # type: ignore
68
 
69
+ # t = Thread(target=bot.run, daemon=True, args=(os.getenv("discord_token"), ))
70
+ bot.run(os.getenv("discord_token"))
71
+ # t.start()