Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,4 +173,5 @@ async def send_long_message(channel, message):
|
|
173 |
|
174 |
if __name__ == "__main__":
|
175 |
discord_client = MyClient(intents=intents)
|
176 |
-
discord_client.run(os.getenv('DISCORD_TOKEN'))
|
|
|
|
173 |
|
174 |
if __name__ == "__main__":
|
175 |
discord_client = MyClient(intents=intents)
|
176 |
+
discord_client.run(os.getenv('DISCORD_TOKEN'))
|
177 |
+
|