From 77c375643616246f23a84e5f63d9cf9776e9a164 Mon Sep 17 00:00:00 2001 From: Jupith <51760248+Jupith@users.noreply.github.com> Date: Thu, 22 Apr 2021 21:53:03 +0100 Subject: [PATCH] Update JSON Error Codes (#2837) * Update Opcodes_and_Status_Codes.md Would be nice to know what limit is too. * Update Opcodes_and_Status_Codes.md --- docs/topics/Opcodes_and_Status_Codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/Opcodes_and_Status_Codes.md b/docs/topics/Opcodes_and_Status_Codes.md index d90c4ba003..dc8ac1c8d4 100644 --- a/docs/topics/Opcodes_and_Status_Codes.md +++ b/docs/topics/Opcodes_and_Status_Codes.md @@ -146,6 +146,7 @@ Along with the HTTP error code, our API can also return more detailed error code | 30015 | Maximum number of attachments in a message reached (10) | | 30016 | Maximum number of invites reached (1000) | | 30031 | Guild already has a template | +| 30035 | Maximum number of bans for non-guild members have been exceeded | | 40001 | Unauthorized. Provide a valid token and try again | | 40002 | You need to verify your account in order to perform this action | | 40005 | Request entity too large. Try sending something smaller in size |