Added message on cancelprevious command.
This commit is contained in:
parent
6fb712ed18
commit
8e51e5c25b
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ public class CancelPreviousInputHook extends Hook
|
||||||
if (bot.getReview().getParticipants().contains(sender))
|
if (bot.getReview().getParticipants().contains(sender))
|
||||||
{
|
{
|
||||||
topic.cancelPreviousMessage(sender);
|
topic.cancelPreviousMessage(sender);
|
||||||
|
bot.sendMessage("Fait.");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue