From 72b364b34300ae3ab67ef81689c50d9b9e2664cc Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sat, 28 Jan 2023 22:42:57 +1100 Subject: [PATCH] make faq command desc easy to understand --- src/commands/faq.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/faq.ts b/src/commands/faq.ts index e05dbbf..7ce1f35 100644 --- a/src/commands/faq.ts +++ b/src/commands/faq.ts @@ -32,7 +32,7 @@ export default { }, data: new SlashCommandBuilder() .setName('faq') - .setDescription('List of FAQ for users') + .setDescription('List of questions, e.g; log file for FS, YT Scams and etc.') .addStringOption((opt)=>opt .setName('question') .setDescription('What question do you want answered?')