Skip to content

Commit 00604b7

Browse files
committed
fix: removing message content read intent
1 parent 85b7c27 commit 00604b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/bot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ async def process_spotify_links(message: Message):
4343

4444
class Bot(commands.Bot):
4545
intents: Intents = Intents.default()
46-
intents.message_content = True
4746

4847
mentions = ["<@991739924250362047>", "<@!991739924250362047>"]
4948

0 commit comments

Comments
 (0)