Skip to content

Commit

Permalink
feat: update intents
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysta committed Mar 31, 2024
1 parent 61f5ac2 commit 7dcc22b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jukebot/utils/intents.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

def get() -> Intents:
intents = Intents.none()
intents.guild_messages = True
intents.guilds = True
intents.voice_states = True
intents.members = True
return intents

0 comments on commit 7dcc22b

Please sign in to comment.