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