Spaces:
Running
Running
update space link
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from discord.ext import commands
|
|
| 8 |
# discord bot -----------------------------------------------------------------------------------------------
|
| 9 |
intents = discord.Intents.all()
|
| 10 |
bot = commands.Bot(command_prefix="!", intents=intents)
|
| 11 |
-
GRADIO_APP_URL = "https://lunarflu
|
| 12 |
DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
|
| 13 |
|
| 14 |
@bot.event
|
|
|
|
| 8 |
# discord bot -----------------------------------------------------------------------------------------------
|
| 9 |
intents = discord.Intents.all()
|
| 10 |
bot = commands.Bot(command_prefix="!", intents=intents)
|
| 11 |
+
GRADIO_APP_URL = "https://huggingface.co/spaces/lunarflu/gradio-oauth2"
|
| 12 |
DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
|
| 13 |
|
| 14 |
@bot.event
|