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 =>
|
||||
option.setName('something')
|
||||
.setDescription('🤫')
|
||||
.setRequired(true)),
|
||||
.setRequired(true))
|
||||
.addStringOption(option =>
|
||||
option.setName('somethingelse')
|
||||
.setDescription('🤫')
|
||||
.setRequired(false)),
|
||||
|
||||
new SlashCommandBuilder()
|
||||
.setName('die')
|
||||
|
|
Loading…
Reference in a new issue