From 2ecb0ae873040a0c1ba1029e39124afd342d7d87 Mon Sep 17 00:00:00 2001 From: splatterxl Date: Mon, 20 Feb 2023 20:27:45 +0000 Subject: [PATCH] document error code 50163 --- 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 8486724179..b22e2683d8 100644 --- a/docs/topics/Opcodes_and_Status_Codes.md +++ b/docs/topics/Opcodes_and_Status_Codes.md @@ -270,6 +270,7 @@ Along with the HTTP error code, our API can also return more detailed error code | 50144 | Cannot mix subscription and non subscription roles for an emoji | | 50145 | Cannot convert between premium emoji and normal emoji | | 50146 | Uploaded file not found. | +| 50163 | Cannot delete guild subscription integration | | 50600 | You do not have permission to send this sticker. | | 60003 | Two factor is required for this operation | | 80004 | No users with DiscordTag exist |