forked from Supositware/Haha-Yes
ytp command
This commit is contained in:
parent
9765680f1c
commit
f82ff3d380
1 changed files with 8 additions and 0 deletions
|
@ -166,6 +166,14 @@ const commands = [
|
||||||
.addStringOption(option =>
|
.addStringOption(option =>
|
||||||
option.setName('message')
|
option.setName('message')
|
||||||
.setDescription('The message you want the bot to say when someone join in the current channel.')),
|
.setDescription('The message you want the bot to say when someone join in the current channel.')),
|
||||||
|
|
||||||
|
new SlashCommandBuilder()
|
||||||
|
.setName('ytp')
|
||||||
|
.setDescription('Generate a YTP')
|
||||||
|
.addBooleanOption(option =>
|
||||||
|
option.setName('force')
|
||||||
|
.setDescription('Force the generation of the video in non-nsfw channel.')
|
||||||
|
.setRequired(false)),
|
||||||
]
|
]
|
||||||
.map(command => command.toJSON());
|
.map(command => command.toJSON());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue