forked from Supositware/Haha-Yes
owned
This commit is contained in:
parent
0ecafafc96
commit
138ddb261c
1 changed files with 5 additions and 1 deletions
|
@ -113,7 +113,11 @@ const commands = [
|
||||||
.addStringOption(option =>
|
.addStringOption(option =>
|
||||||
option.setName('something')
|
option.setName('something')
|
||||||
.setDescription('🤫')
|
.setDescription('🤫')
|
||||||
.setRequired(true)),
|
.setRequired(true))
|
||||||
|
.addStringOption(option =>
|
||||||
|
option.setName('somethingelse')
|
||||||
|
.setDescription('🤫')
|
||||||
|
.setRequired(false)),
|
||||||
|
|
||||||
new SlashCommandBuilder()
|
new SlashCommandBuilder()
|
||||||
.setName('die')
|
.setName('die')
|
||||||
|
|
Loading…
Reference in a new issue