Skip to content

Commit

Permalink
fix: add members intent
Browse files Browse the repository at this point in the history
  • Loading branch information
royce-mathew committed Jun 14, 2024
1 parent 3bc02a5 commit aec2c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Bot(commands.Bot):
def __init__(self):
intents = discord.Intents.default()
intents.message_content = True
intents.members = True

super().__init__(
command_prefix=get_prefix,
Expand Down

0 comments on commit aec2c6c

Please sign in to comment.