Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
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()
|