Spaces:
Runtime error
Runtime error
Commit
·
7da8f86
1
Parent(s):
88b8d6e
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ intents = discord.Intents.default()
|
|
| 43 |
intents.message_content = True
|
| 44 |
client = MyClient(intents=intents)
|
| 45 |
|
| 46 |
-
|
| 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()
|