Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
Co-authored-by: granny <[email protected]>
Scarsz and granny authored Jul 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 83dea9c commit 3fc74e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -255,7 +255,7 @@ private Message updateMessage() throws IllegalStateException {
return channel.sendMessage(full).submit().get();
} catch (Exception e) {
if (this.isInterruptedException(e)) return currentMessage;
else throw new RuntimeException(e);
throw new RuntimeException(e);
}
}

0 comments on commit 3fc74e1

Please sign in to comment.