Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,7 @@ def truncate_response(response: str) -> str:
|
|
38 |
return response
|
39 |
|
40 |
|
41 |
-
intents = discord.Intents.
|
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 |
|