Browse Source

feat(structs): added ErrCodeMaximumGuildsReached back

nitroflap 3 years ago
parent
commit
6cfbd16e1d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      structs.go

+ 1 - 0
structs.go

@@ -1859,6 +1859,7 @@ const (
 	ErrCodeStageTopicContainsNotAllowedWordsForPublicStages                 = 20031
 	ErrCodeGuildPremiumSubscriptionLevelTooLow                              = 20035
 
+	ErrCodeMaximumGuildsReached                                    = 30001
 	ErrCodeMaximumPinsReached                                      = 30003
 	ErrCodeMaximumNumberOfRecipientsReached                        = 30004
 	ErrCodeMaximumGuildRolesReached                                = 30005