Explorar o código

Fix help message

denikson %!s(int64=6) %!d(string=hai) anos
pai
achega
6512639aec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}\`\`\``
         );
     }
 };