فهرست منبع

fix(structs): duplicated intents definition

Fedor Lapshin 3 سال پیش
والد
کامیت
4b615bec36
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      structs.go

+ 1 - 2
structs.go

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