diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 481ca0fd..41bb7725 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -172,6 +172,8 @@ export enum RESTJSONErrorCodes { ServerNeedsMonetizationEnabledToPerformThisAction = 50097, + ServerNeedsMoreBoostsToPerformThisAction = 50101, + TwoFactorAuthenticationIsRequired = 60003, NoUsersWithDiscordTagExist = 80004, diff --git a/rest/common.ts b/rest/common.ts index 6899959b..ba3a30d3 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -172,6 +172,8 @@ export const enum RESTJSONErrorCodes { ServerNeedsMonetizationEnabledToPerformThisAction = 50097, + ServerNeedsMoreBoostsToPerformThisAction = 50101, + TwoFactorAuthenticationIsRequired = 60003, NoUsersWithDiscordTagExist = 80004,