Browse Source

Mettre à jour 'rapido.js'

Julia 6 years ago
parent
commit
ae32076783
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rapido.js

+ 1 - 1
rapido.js

@@ -198,7 +198,7 @@ Rapido.prototype.onMessageInternal = function(username, user, msg) {
         this.currentPoints.push({ username: username, time: Date.now()});
         this.bot.sendMsg(this.room, "Ok pour " +username);
     }
-    else if (lmsg.startsWith("!aide")) {
+    else if (lmsg.startsWith("!help")) {
         this.bot.sendMsg(this.room, "Besoin d'aide ? Les règles ainsi que les commandes utiles sont ici : https://git.knacki.info/irc.knacki.info/ircbot-quizz/src/master/rapido.md");
     }
 };