diff --git a/src/index.ts b/src/index.ts index 82fadf3..d174d8d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,7 +26,8 @@ bot.on("ready", () => { bot.createCommand({ name: command.name, description: command.description, - type: Constants.ApplicationCommandTypes.CHAT_INPUT + type: Constants.ApplicationCommandTypes.CHAT_INPUT, + options: command.options }); } }