This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = {
|
||||
option.setName("game")
|
||||
.setDescription("Select the maptest game")
|
||||
.setRequired(true)
|
||||
.addChoices(commands))
|
||||
.addChoices(...commands))
|
||||
,
|
||||
execute
|
||||
};
|
||||
|
||||
@@ -95,7 +95,7 @@ module.exports = {
|
||||
option.setName("game")
|
||||
.setDescription("Select the maptest game")
|
||||
.setRequired(true)
|
||||
.addChoices(commands))
|
||||
.addChoices(...commands))
|
||||
.addIntegerOption(option =>
|
||||
option.setName("asset_id")
|
||||
.setDescription("The asset ID of the model")
|
||||
|
||||
@@ -56,7 +56,7 @@ module.exports = {
|
||||
option.setName("game")
|
||||
.setDescription("Select the maptest game")
|
||||
.setRequired(true)
|
||||
.addChoices(commands))
|
||||
.addChoices(...commands))
|
||||
.addIntegerOption(option =>
|
||||
option.setName("asset_id")
|
||||
.setDescription("The asset ID of the model")
|
||||
|
||||
Reference in New Issue
Block a user