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