From f80e0f423826949914a3d59d5a925d96b3e6c96b Mon Sep 17 00:00:00 2001 From: Benjamin <76600137+IllagerCaptain@users.noreply.github.com> Date: Mon, 13 May 2024 16:28:21 -0500 Subject: [PATCH] Add error code 40333 (#6557) --- 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 9dd7119a5a..2eb6fc2fd9 100644 --- a/docs/topics/Opcodes_and_Status_Codes.md +++ b/docs/topics/Opcodes_and_Status_Codes.md @@ -215,6 +215,7 @@ Along with the HTTP error code, our API can also return more detailed error code | 40066 | There are no tags available that can be set by non-moderators | | 40067 | A tag is required to create a forum post in this channel | | 40074 | An entitlement has already been granted for this resource | +| 40333 | Cloudflare is blocking your request. This can often be resolved by setting a proper [User Agent](#DOCS_REFERENCE/user-agent) | | 50001 | Missing access | | 50002 | Invalid account type | | 50003 | Cannot execute action on a DM channel |