Skip to content

Commit

Permalink
Escape error in archived thread
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Dec 18, 2024
1 parent 943a4ab commit 25a1864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "de.chojo"
version = "1.15.1"
version = "1.15.2"

repositories {
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/de/chojo/repbot/util/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private static void handleMark(RestAction<Void> action) {
ErrorResponse.UNKNOWN_MESSAGE,
ErrorResponse.TOO_MANY_REACTIONS,
ErrorResponse.REACTION_BLOCKED,
ErrorResponse.UNKNOWN_CHANNEL));
ErrorResponse.UNKNOWN_CHANNEL,
ErrorResponse.THREAD_LOCKED));
}
}

0 comments on commit 25a1864

Please sign in to comment.