seawolf2357 commited on
Commit
7da7dbd
ยท
verified ยท
1 Parent(s): 8c40b9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(discord_token)
 
99
  if __name__ == "__main__":
100
  discord_token = "YOUR_DISCORD_TOKEN" # ์—ฌ๊ธฐ์— Discord ํ† ํฐ์„ ์ž…๋ ฅํ•˜์„ธ์š”.
101
  discord_client = MyClient(intents=intents)
102
+ discord_client.run(DISCORD_TOKEN)