lunarflu HF Staff commited on
Commit
9998e1a
·
1 Parent(s): dfcf36d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
26
 
27
 
28
  DEEPFLOYD_CHANNEL_ID = 1121834257959092234 # 1121834257959092234 = test
29
- df = Client("huggingface-projects/IF", HF_TOKEN)
30
  #-------------------------------------------------------------------------------------------------------------------------------------
31
  # This structure allows commands to work instantly (instead of needing to sync global commands for up to an hour)
32
  class MyClient(discord.Client):
 
26
 
27
 
28
  DEEPFLOYD_CHANNEL_ID = 1121834257959092234 # 1121834257959092234 = test
29
+ #df = Client("huggingface-projects/IF", HF_TOKEN)
30
  #-------------------------------------------------------------------------------------------------------------------------------------
31
  # This structure allows commands to work instantly (instead of needing to sync global commands for up to an hour)
32
  class MyClient(discord.Client):