From b7136c635dba2e66eb8c7a6d37181c34f4b3c7de Mon Sep 17 00:00:00 2001 From: Benjamin <76600137+IllagerCaptain@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:12:37 -0600 Subject: [PATCH] Add error code 40333 --- 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 2ce984862c..6445dc86ec 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 |