Skip to content

Commit

Permalink
Fix infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
the-codeboy committed Jul 25, 2023
1 parent 1811b5b commit 401face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ml/codeboy/thebot/util/Replyable.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ default void reply(boolean referenceMessage, MessageEmbed... embeds) {
}

default void reply(MessageEmbed... embeds) {
reply(embeds);
reply(false,embeds);
}

default void reply(Message message) {
Expand Down

0 comments on commit 401face

Please sign in to comment.