Browse Source

fix(structs): duplicated intents definition

Fedor Lapshin 3 years ago
parent
commit
4b615bec36
1 changed files with 1 additions and 2 deletions
  1. 1 2
      structs.go

+ 1 - 2
structs.go

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