소스 검색

Mettre à jour 'rapido.js'

Julia 6 년 전
부모
커밋
ae32076783
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");
     }
 };