浏览代码

Fix help message

denikson 6 年之前
父节点
当前提交
6512639aec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -116,7 +116,7 @@ const commands = {
             .reduce((p, c) => `${p}\n${c}`, "")
             .value();
         msg.channel.send(
-            `Hello! I am NoctBot! I have answers for the most common C(O)M-related questions.\nJust ping me with one of the following commands:\n\`\`\`${guides}\`\`\``
+            `Hello! I am NoctBot! I have answers for the most common C(O)M-related questions.\nJust ping me with one of the following keywords:\n\`\`\`${guides}\`\`\``
         );
     }
 };