Improved wording.
This commit is contained in:
parent
3058ffe587
commit
7bc6a415f6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class MissingHook extends Hook
|
|||
Collection<String> missing = CollectionUtils.subtract(participants, currentParticipants);
|
||||
if (missing.isEmpty())
|
||||
{
|
||||
bot.sendMessage("Aucun participant manquant \\o/");
|
||||
bot.sendMessage("Tout le monde a parlé \\o/");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue