Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,6 +97,6 @@ async def send_long_message(channel, message):
|
|
97 |
await channel.send(part)
|
98 |
|
99 |
if __name__ == "__main__":
|
100 |
-
|
101 |
discord_client = MyClient(intents=intents)
|
102 |
discord_client.run(DISCORD_TOKEN)
|
|
|
97 |
await channel.send(part)
|
98 |
|
99 |
if __name__ == "__main__":
|
100 |
+
DISCORD_TOKEN = "DISCORD_TOKEN" # ์ฌ๊ธฐ์ Discord ํ ํฐ์ ์
๋ ฅํ์ธ์.
|
101 |
discord_client = MyClient(intents=intents)
|
102 |
discord_client.run(DISCORD_TOKEN)
|