mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
make faq command desc easy to understand
This commit is contained in:
parent
cc4272ad7d
commit
75edd26657
@ -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?')
|
||||||
|
Loading…
Reference in New Issue
Block a user