mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-02 17:00:10 +00:00
feat(RESTJSONErrorCodes): add error 50178 (#752)
This commit is contained in:
@@ -240,6 +240,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
YouCannotSendVoiceMessagesInThisChannel = 50_173,
|
||||
|
||||
TheUserAccountMustFirstBeVerified = 50_178,
|
||||
|
||||
YouDoNotHavePermissionToSendThisSticker = 50_600,
|
||||
|
||||
TwoFactorAuthenticationIsRequired = 60_003,
|
||||
|
||||
@@ -240,6 +240,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
YouCannotSendVoiceMessagesInThisChannel = 50_173,
|
||||
|
||||
TheUserAccountMustFirstBeVerified = 50_178,
|
||||
|
||||
YouDoNotHavePermissionToSendThisSticker = 50_600,
|
||||
|
||||
TwoFactorAuthenticationIsRequired = 60_003,
|
||||
|
||||
Reference in New Issue
Block a user