Added message on cancelprevious command.

This commit is contained in:
Christian P. MOMON 2021-04-09 03:24:44 +02:00
parent 6fb712ed18
commit 8e51e5c25b
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ public class CancelPreviousInputHook extends Hook
if (bot.getReview().getParticipants().contains(sender))
{
topic.cancelPreviousMessage(sender);
bot.sendMessage("Fait.");
}
else
{