diff --git a/rest/src/main/kotlin/json/JsonErrorCode.kt b/rest/src/main/kotlin/json/JsonErrorCode.kt index 0c6c951154a1..956f3dffdcec 100644 --- a/rest/src/main/kotlin/json/JsonErrorCode.kt +++ b/rest/src/main/kotlin/json/JsonErrorCode.kt @@ -425,6 +425,9 @@ public enum class JsonErrorCode(public val code: Int) { /** The request body contains invalid JSON. */ InvalidJsonInRequestBody(50109), + /** You do not have permission to send this sticker. */ + StickerPermissionLack(50600), + /** Two factor is required for this operation. */ Require2FA(60003),