summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-08-17 15:48:20 +0200
committerRaindropsSys <contact@minteck.org>2023-08-17 15:48:20 +0200
commitb424507fbdf02ccfb69418fde0b6cb28e1f33af3 (patch)
treed49a312c5975878b30fc29051f49211ef150cf99 /commands
parentd9bbfa35698bc56c011f08b76d8352e79fca4cc6 (diff)
downloadbutterscotch-b424507fbdf02ccfb69418fde0b6cb28e1f33af3.tar.gz
butterscotch-b424507fbdf02ccfb69418fde0b6cb28e1f33af3.tar.bz2
butterscotch-b424507fbdf02ccfb69418fde0b6cb28e1f33af3.zip
Updated 6 files (automated)HEADmane
Diffstat (limited to 'commands')
-rw-r--r--commands/debug.js2
-rw-r--r--commands/help.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/commands/debug.js b/commands/debug.js
index 392d855..58ee2a7 100644
--- a/commands/debug.js
+++ b/commands/debug.js
@@ -3,6 +3,8 @@ const axios = require('axios');
module.exports = (parameter, wrapper) => {
wrapper.send(`
**Platform:** \`${wrapper.platform}\`
+**${wrapper.lib} version:** \`${wrapper.version}\`
+**Build ID:** \`${process.versions.butterscotch}\`
**Channel ID:** \`${wrapper.id}\`
**Sender ID:** \`${wrapper.sender}\`
**Ping:** \`${wrapper.ping}\`
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