Explorar el Código

fix(structs): duplicated intents definition

Fedor Lapshin hace 3 años
padre
commit
4b615bec36
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      structs.go

+ 1 - 2
structs.go

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