wop commited on
Commit
5dc344d
1 Parent(s): 972b032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,8 +38,7 @@ def truncate_response(response: str) -> str:
38
  return response
39
 
40
 
41
- intents = discord.Intents.default()
42
- intents.message_content = True
43
  bot = commands.Bot(command_prefix="$", intents=intents)
44
 
45
 
 
38
  return response
39
 
40
 
41
+ intents = discord.Intents.all()
 
42
  bot = commands.Bot(command_prefix="$", intents=intents)
43
 
44