Spaces:
Running
Running
Update discord_bot.py
Browse files- discord_bot.py +1 -1
discord_bot.py
CHANGED
@@ -14,7 +14,7 @@ import json
|
|
14 |
|
15 |
|
16 |
intents = discord.Intents.default()
|
17 |
-
intents.
|
18 |
bot = commands.Bot(command_prefix='>', intents=intents)
|
19 |
|
20 |
@bot.command()
|
|
|
14 |
|
15 |
|
16 |
intents = discord.Intents.default()
|
17 |
+
intents.message_content = True
|
18 |
bot = commands.Bot(command_prefix='>', intents=intents)
|
19 |
|
20 |
@bot.command()
|