From 4a2d05ceb6efdd3258355cd4e2cd0053683d3f39 Mon Sep 17 00:00:00 2001 From: NotNite Date: Fri, 26 Aug 2022 20:42:29 -0400 Subject: [PATCH] SHIT --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }); } }