Fixed build error with 'é'

This commit is contained in:
Alexandre CABANNE 2019-01-11 09:19:47 +01:00
parent 6f2c4d35db
commit 1f05e7c18f

View File

@ -43,7 +43,7 @@ public class Cat implements Commande {
}
}
else
event.getPrivateChannel().sendMessage("\n:warning: **__Commande non disponible en privée!__** :warning:");
event.getPrivateChannel().sendMessage("\n:warning: **__Commande non disponible en privee!__** :warning:");
}