fix(structs): duplicated intents definition

This commit is contained in:
Fedor Lapshin 2022-02-27 19:31:03 +03:00 committed by GitHub
parent 9448b0eb96
commit 4b615bec36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2019,8 +2019,7 @@ const (
IntentDirectMessages | IntentDirectMessages |
IntentDirectMessageReactions | IntentDirectMessageReactions |
IntentDirectMessageTyping | IntentDirectMessageTyping |
IntentGuildScheduledEvents | IntentGuildScheduledEvents
IntentsGuildScheduledEvents
IntentsAll = IntentsAllWithoutPrivileged | IntentsAll = IntentsAllWithoutPrivileged |
IntentGuildMembers | IntentGuildMembers |