Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import discord
|
2 |
import os
|
3 |
|
4 |
-
DISCORD_TOKEN = os.environ.get("
|
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
|