Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,7 @@ deepfloydif_client = Client("huggingface-projects/IF", HF_TOKEN)
|
|
19 |
DISCORD_TOKEN = os.getenv("DISCORD_TOKEN")
|
20 |
|
21 |
#---------------------------------------------------------------------------------------------------------------------
|
22 |
-
intents = discord.Intents.
|
23 |
-
intents.message_content = True
|
24 |
bot = commands.Bot(command_prefix="/", intents=intents)
|
25 |
#---------------------------------------------------------------------------------------------------------------------
|
26 |
@bot.event
|
|
|
19 |
DISCORD_TOKEN = os.getenv("DISCORD_TOKEN")
|
20 |
|
21 |
#---------------------------------------------------------------------------------------------------------------------
|
22 |
+
intents = discord.Intents.all()
|
|
|
23 |
bot = commands.Bot(command_prefix="/", intents=intents)
|
24 |
#---------------------------------------------------------------------------------------------------------------------
|
25 |
@bot.event
|