Skip to content

Commit 2ffab3c

Browse files
committed
rebase
1 parent 059768c commit 2ffab3c

File tree

1 file changed

+1
-1
lines changed
  • application/src/main/java/org/togetherjava/tjbot/features/mathcommands

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/features/mathcommands/TeXCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void onButtonClick(final ButtonInteractionEvent event, final List<String>
170170
.queue();
171171
return;
172172
}
173-
event.deferReply().queue();
173+
event.deferEdit().queue();
174174
event.getHook().deleteOriginal().queue();
175175
}
176176
}

0 commit comments

Comments
 (0)