Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,3 +95,4 @@ if __name__ == "__main__":
|
|
95 |
discord_token = os.getenv('DISCORD_TOKEN')
|
96 |
discord_client = MyClient(intents=intents)
|
97 |
discord_client.run(discord_token)
|
|
|
|
95 |
discord_token = os.getenv('DISCORD_TOKEN')
|
96 |
discord_client = MyClient(intents=intents)
|
97 |
discord_client.run(discord_token)
|
98 |
+
|