From 12456dc29e2884f2392e9c9388a118303c391669 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 3 Apr 2023 00:48:46 +0200 Subject: [PATCH] removing comments --- commands/system/new-chat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/system/new-chat.js b/commands/system/new-chat.js index 058090b..7ec0018 100644 --- a/commands/system/new-chat.js +++ b/commands/system/new-chat.js @@ -24,13 +24,13 @@ module.exports = { "name": "model", "description": `The model you want to run, choose from the following: ${modelList.join(", ")} | Char case matters`, "required": false, - "type": 3 // 6 is type USER + "type": 3 }, { "name": "init-prompt", "description": "A prompt you want to init the chat with, a default is used if not provided.", "required": false, - "type": 3 // 6 is type USER + "type": 3 }], run: async (client, interaction) => { const file = './cache/' + interaction.user.id