summaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js
index 834fb5e..a9f7d39 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -52,6 +52,6 @@ module.exports = (parameter, wrapper) => {
list += categoryCommands.join(", ") + "\n";
}
- wrapper.send("👋 Hey! Here are all the commands you can use:\n" + list + "\nUse `.help [command]` to get help for a specific command. Version " + process.versions.butterscotch + ".");
+ wrapper.send("👋 Hey! Here are all the commands you can use:\n" + list + "\nUse `.help [command]` to get help for a specific command.");
}
} \ No newline at end of file