1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 16:30:59 -04:00

make faq command desc easy to understand

This commit is contained in:
toast-ts 2023-01-28 22:42:57 +11:00
parent 17bc4f350e
commit 72b364b343

View File

@ -32,7 +32,7 @@ export default {
}, },
data: new SlashCommandBuilder() data: new SlashCommandBuilder()
.setName('faq') .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 .addStringOption((opt)=>opt
.setName('question') .setName('question')
.setDescription('What question do you want answered?') .setDescription('What question do you want answered?')