mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-02 00:40:08 +00:00
feat: Add API error code 50055 (#256)
This commit is contained in:
@@ -158,6 +158,7 @@ export enum RESTJSONErrorCodes {
|
||||
InvalidFileUploaded,
|
||||
|
||||
CannotSelfRedeemThisGift = 50054,
|
||||
InvalidGuild,
|
||||
|
||||
PaymentSourceRequiredToRedeemGift = 50070,
|
||||
|
||||
|
||||
@@ -158,6 +158,7 @@ export const enum RESTJSONErrorCodes {
|
||||
InvalidFileUploaded,
|
||||
|
||||
CannotSelfRedeemThisGift = 50054,
|
||||
InvalidGuild,
|
||||
|
||||
PaymentSourceRequiredToRedeemGift = 50070,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user