zakerytclarke commited on
Commit
f958b60
·
verified ·
1 Parent(s): 3af6f31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import discord
2
  import os
3
 
4
- DISCORD_TOKEN = os.environ.get("discord_token")
5
 
6
  # Create an instance of Intents and enable the required ones
7
  intents = discord.Intents.default() # Default intents enable basic functionality
 
1
  import discord
2
  import os
3
 
4
+ DISCORD_TOKEN = os.environ.get("discord_key")
5
 
6
  # Create an instance of Intents and enable the required ones
7
  intents = discord.Intents.default() # Default intents enable basic functionality