Improved wording.

This commit is contained in:
Christian P. MOMON 2019-05-02 04:05:39 +02:00
parent 3058ffe587
commit 7bc6a415f6

View File

@ -67,7 +67,7 @@ public class MissingHook extends Hook
Collection<String> missing = CollectionUtils.subtract(participants, currentParticipants); Collection<String> missing = CollectionUtils.subtract(participants, currentParticipants);
if (missing.isEmpty()) if (missing.isEmpty())
{ {
bot.sendMessage("Aucun participant manquant \\o/"); bot.sendMessage("Tout le monde a parlé \\o/");
} }
else else
{ {