summaryrefslogtreecommitdiff
path: root/commands/preview.js
diff options
context:
space:
mode:
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())
),