forked from Supositware/Haha-Yes
Update advanced to format
This commit is contained in:
parent
a7cc663a4d
commit
f4b0435c99
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const commands = [
|
||||||
.setDescription('url of the video you want to download.')
|
.setDescription('url of the video you want to download.')
|
||||||
.setRequired(true))
|
.setRequired(true))
|
||||||
.addBooleanOption(option =>
|
.addBooleanOption(option =>
|
||||||
option.setName('advanced')
|
option.setName('format')
|
||||||
.setDescription('Choose the quality of the video.')
|
.setDescription('Choose the quality of the video.')
|
||||||
.setRequired(false))
|
.setRequired(false))
|
||||||
.addBooleanOption(option =>
|
.addBooleanOption(option =>
|
||||||
|
|
Loading…
Reference in a new issue