From f924dd8fcaeca7523289b9aba46b6145c46b42dd Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 5 Sep 2023 11:38:26 -0400 Subject: rename /use to /send, add resetcmd --- commands/preview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/preview.js') 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()) ), -- cgit v1.2.3