lunarflu HF Staff commited on
Commit
d3460cc
·
1 Parent(s): b3cf4c9

Update app.py

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