mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
feat: document error code 340015 (#5179)
* feat: document error code 340015 * Update packages/types/src/discord/opcodes.ts --------- Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com>
This commit is contained in:
@@ -521,6 +521,9 @@ export enum HTTPJsonErrorCodes {
|
||||
/** Message blocked by harmful links filter */
|
||||
HarmfulLinks = 240000,
|
||||
|
||||
/** Access to joining new servers has been limited for the user */
|
||||
AccessToJoinServersLimited = 340015,
|
||||
|
||||
/** Cannot enable onboarding, requirements are not met */
|
||||
OnboardingRequirementsNotMet = 350000,
|
||||
/** Cannot update onboarding while below requirements */
|
||||
|
||||
Reference in New Issue
Block a user