aboutsummaryrefslogtreecommitdiff
path: root/modules/registers.js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-09 18:22:55 +0100
committerMinteck <contact@minteck.org>2022-01-09 18:22:55 +0100
commit7d0d6272c8bf5260da53210c8ed327980e396397 (patch)
tree6812176231961767e9b7aa731193abb387bbc107 /modules/registers.js
parentdc65563df84d80bcc0970febef6a5f9a7759bdcb (diff)
downloadponyfind-7d0d6272c8bf5260da53210c8ed327980e396397.tar.gz
ponyfind-7d0d6272c8bf5260da53210c8ed327980e396397.tar.bz2
ponyfind-7d0d6272c8bf5260da53210c8ed327980e396397.zip
Update
Diffstat (limited to 'modules/registers.js')
-rw-r--r--modules/registers.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/registers.js b/modules/registers.js
index a1cf4b5..001735f 100644
--- a/modules/registers.js
+++ b/modules/registers.js
@@ -21,6 +21,9 @@ module.exports = [
.setName('info')
.setDescription("Gets stats and info about the bot"),
new SlashCommandBuilder()
+ .setName('help')
+ .setDescription("Gets help about how to use the bot"),
+ new SlashCommandBuilder()
.setName('random')
.setDescription("Picks a random pony"),
// new SlashCommandBuilder()