lunarflu HF Staff commited on
Commit
866f5c8
·
1 Parent(s): 5a3a795

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ DFIF_TOKEN = os.getenv('HF_TOKEN')
28
  df = Client("huggingface-projects/IF", DFIF_TOKEN)
29
  sdlu = Client("huggingface-projects/stable-diffusion-latent-upscaler", DFIF_TOKEN)
30
 
31
- DISCORD_TOKEN = os.environ.get("LUNARBOT_TOKEN", None)
32
  intents = discord.Intents.default()
33
  intents.message_content = True
34
 
 
28
  df = Client("huggingface-projects/IF", DFIF_TOKEN)
29
  sdlu = Client("huggingface-projects/stable-diffusion-latent-upscaler", DFIF_TOKEN)
30
 
31
+ DISCORD_TOKEN = os.environ.get("GRADIOTEST_TOKEN", None)
32
  intents = discord.Intents.default()
33
  intents.message_content = True
34