From b933f54fb4a25de0d8b3f73a86086b861d084e5a Mon Sep 17 00:00:00 2001 From: Ruairi Date: Fri, 31 Mar 2023 21:39:16 +0100 Subject: [PATCH] document error code 50163 (#5948) --- 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 e49e2feda5..f85d5915b9 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 |