Update app.py
Browse files
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):
|