SHIT
This commit is contained in:
parent
19f6385dd4
commit
4a2d05ceb6
|
@ -26,7 +26,8 @@ bot.on("ready", () => {
|
||||||
bot.createCommand({
|
bot.createCommand({
|
||||||
name: command.name,
|
name: command.name,
|
||||||
description: command.description,
|
description: command.description,
|
||||||
type: Constants.ApplicationCommandTypes.CHAT_INPUT
|
type: Constants.ApplicationCommandTypes.CHAT_INPUT,
|
||||||
|
options: command.options
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue