feat(structs): added ErrCodeMaximumGuildsReached back
This commit is contained in:
parent
11283ba0ab
commit
6cfbd16e1d
1 changed files with 1 additions and 0 deletions
|
@ -1859,6 +1859,7 @@ const (
|
|||
ErrCodeStageTopicContainsNotAllowedWordsForPublicStages = 20031
|
||||
ErrCodeGuildPremiumSubscriptionLevelTooLow = 20035
|
||||
|
||||
ErrCodeMaximumGuildsReached = 30001
|
||||
ErrCodeMaximumPinsReached = 30003
|
||||
ErrCodeMaximumNumberOfRecipientsReached = 30004
|
||||
ErrCodeMaximumGuildRolesReached = 30005
|
||||
|
|
Loading…
Reference in a new issue