1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 12:21:00 -05:00

make faq command desc easy to understand

This commit is contained in:
AnxietyisReal 2023-01-28 22:42:57 +11:00
parent 62ecb715af
commit a8fac40e75

View File

@ -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?')