seawolf2357 commited on
Commit
4a49c73
ยท
verified ยท
1 Parent(s): cb78d94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- discord_token = "YOUR_DISCORD_TOKEN" # ์—ฌ๊ธฐ์— Discord ํ† ํฐ์„ ์ž…๋ ฅํ•˜์„ธ์š”.
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)