lunarflu HF staff commited on
Commit
a04ed72
·
verified ·
1 Parent(s): 820afe6

update space link

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