Skip to content

Commit

Permalink
fix(Constants): guildBans -> guildModeration in Intents.allNonPrivile…
Browse files Browse the repository at this point in the history
…ged (#148)
  • Loading branch information
TTtie authored Jul 31, 2024
1 parent 9c47960 commit 33fb2e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2201,9 +2201,9 @@ declare namespace Dysnomia {
autoModerationExecution: 2097152;
guildMessagePolls: 16777216;
directMessagePolls: 33554432;
allNonPrivileged: 53575417;
allNonPrivileged: 53575421;
allPrivileged: 33026;
all: 53608443;
all: 53608447;
};
InteractionResponseTypes: {
PONG: 1;
Expand Down
2 changes: 1 addition & 1 deletion lib/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const Intents = {
};

Intents.allNonPrivileged = Intents.guilds
| Intents.guildBans
| Intents.guildModeration
| Intents.guildEmojisAndStickers
| Intents.guildIntegrations
| Intents.guildWebhooks
Expand Down

0 comments on commit 33fb2e4

Please sign in to comment.