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 |
|
IntentDirectMessages |
|
||||||
IntentDirectMessageReactions |
|
IntentDirectMessageReactions |
|
||||||
IntentDirectMessageTyping |
|
IntentDirectMessageTyping |
|
||||||
IntentGuildScheduledEvents |
|
IntentGuildScheduledEvents
|
||||||
IntentsGuildScheduledEvents
|
|
||||||
|
|
||||||
IntentsAll = IntentsAllWithoutPrivileged |
|
IntentsAll = IntentsAllWithoutPrivileged |
|
||||||
IntentGuildMembers |
|
IntentGuildMembers |
|
||||||
|
|
Loading…
Reference in a new issue