removing comments
This commit is contained in:
parent
846451c11a
commit
12456dc29e
@ -24,13 +24,13 @@ module.exports = {
|
|||||||
"name": "model",
|
"name": "model",
|
||||||
"description": `The model you want to run, choose from the following: ${modelList.join(", ")} | Char case matters`,
|
"description": `The model you want to run, choose from the following: ${modelList.join(", ")} | Char case matters`,
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": 3 // 6 is type USER
|
"type": 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "init-prompt",
|
"name": "init-prompt",
|
||||||
"description": "A prompt you want to init the chat with, a default is used if not provided.",
|
"description": "A prompt you want to init the chat with, a default is used if not provided.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"type": 3 // 6 is type USER
|
"type": 3
|
||||||
}],
|
}],
|
||||||
run: async (client, interaction) => {
|
run: async (client, interaction) => {
|
||||||
const file = './cache/' + interaction.user.id
|
const file = './cache/' + interaction.user.id
|
||||||
|
Loading…
Reference in New Issue
Block a user