Spaces:
Runtime error
Runtime error
testing
Browse files
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 |
-
|
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()
|