seawolf2357 commited on
Commit
50384f2
·
verified ·
1 Parent(s): 997f984

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
+