Skip to content

Commit

Permalink
add error 40060 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann authored Feb 11, 2022
1 parent cc0f1df commit 4beba3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rest/src/main/kotlin/json/JsonErrorCode.kt
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ public enum class JsonErrorCode(public val code: Int) {
/** An application command with that name already exists. */
ApplicationCommandNameExists(40041),

/** Interaction has already been acknowledged. */
InteractionAlreadyAcknowledged(40060),

/** Missing access. */
MissingAccess(50001),

Expand Down

0 comments on commit 4beba3a

Please sign in to comment.