summaryrefslogtreecommitdiff
path: root/commands/preview.js
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-09-05 11:38:26 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-09-05 11:38:26 -0400
commitf924dd8fcaeca7523289b9aba46b6145c46b42dd (patch)
tree70294b1266fa1846b7ea122e88e48483fae3278e /commands/preview.js
parente4450c8417624b71d779cb4f41692538f9165e10 (diff)
downloadsowbot3-f924dd8fcaeca7523289b9aba46b6145c46b42dd.tar.gz
sowbot3-f924dd8fcaeca7523289b9aba46b6145c46b42dd.tar.bz2
sowbot3-f924dd8fcaeca7523289b9aba46b6145c46b42dd.zip
rename /use to /send, add resetcmd
Diffstat (limited to 'commands/preview.js')
-rw-r--r--commands/preview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/preview.js b/commands/preview.js
index 013f650..3ca6780 100644
--- a/commands/preview.js
+++ b/commands/preview.js
@@ -6,7 +6,7 @@ module.exports = {
.setDescription('Only you can see this!')
.addStringOption(option =>
option.setName('command')
- .setDescription('Name of the command to display')
+ .setDescription('Name of the command to preview')
.setRequired(true)
.addChoices(...global.data.getList())
),