Skip to content

Commit

Permalink
Fixed intents
Browse files Browse the repository at this point in the history
  • Loading branch information
dorythecat committed Aug 17, 2024
1 parent 0d14d7a commit 20a06d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from src.config import *

intents = discord.Intents.default()
intents += discord.Intents.message_content()
intents.message_content = True

bot = discord.Bot(intents=intents)

Expand Down

0 comments on commit 20a06d6

Please sign in to comment.