Improved wording.

This commit is contained in:
Christian P. MOMON 2019-06-09 16:09:35 +02:00
parent fb2eb0772d
commit 81eaaaee76

View file

@ -59,7 +59,7 @@ public class MissingHook extends Hook
Topic topic = bot.getReview().getCurrentTopic();
if (topic == null)
{
bot.sendMessage("Pas sujet en cours.");
bot.sendMessage("Pas de sujet en cours.");
}
else
{