removing comments

This commit is contained in:
Raven Scott 2023-04-03 00:48:46 +02:00
parent 846451c11a
commit 12456dc29e
1 changed files with 2 additions and 2 deletions

View File

@ -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