forked from pothtonswer/discordmuffin
fix(structs): duplicated intents definition
This commit is contained in:
parent
9448b0eb96
commit
4b615bec36
1 changed files with 1 additions and 2 deletions
|
@ -2019,8 +2019,7 @@ const (
|
|||
IntentDirectMessages |
|
||||
IntentDirectMessageReactions |
|
||||
IntentDirectMessageTyping |
|
||||
IntentGuildScheduledEvents |
|
||||
IntentsGuildScheduledEvents
|
||||
IntentGuildScheduledEvents
|
||||
|
||||
IntentsAll = IntentsAllWithoutPrivileged |
|
||||
IntentGuildMembers |
|
||||
|
|
Loading…
Reference in a new issue