Skip to content

Commit

Permalink
Remove unused intents
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Apr 10, 2024
1 parent c0ae9df commit 777aeff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def __init__(self):
intents = discord.Intents.default()
intents.messages = True
intents.message_content = True
intents.members = True

super().__init__(command_prefix="!", intents=intents, help_command=None)
self.synced = False
Expand Down

0 comments on commit 777aeff

Please sign in to comment.