Skip to content

Commit

Permalink
Update eris intents
Browse files Browse the repository at this point in the history
  • Loading branch information
bsian03 authored Sep 9, 2024
1 parent b5c1046 commit 1fe6abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollux.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ global.PLX = new Eris.CommandClient(
ratelimiterOffset: 800,
},
defaultImageFormat: "png",
intents: 1927,
intents: ["guilds", "guildMembers", "guildBans", "guildWebhooks", "guildInvites", "guildVoiceStates", "guildPresences", "guildMessages", "guildMessageReactions", "guildMessageTyping", "messageContent"],
disableEvents: {
TYPING_START: true,
TYPING_STOP: true,
Expand Down

0 comments on commit 1fe6abb

Please sign in to comment.