This commit is contained in:
Lukian LEIZOUR 2023-03-30 16:57:42 +02:00
parent 323d861852
commit 3a69d32510
3 changed files with 100 additions and 2 deletions

View file

@ -14,6 +14,19 @@ const commands = [
],
},
{
name: 'quickgpt',
description: 'Make a quicker request to the GPT-3.5 API',
options: [
{
name: 'question',
description: 'The question you want to ask to the API',
type: ApplicationCommandOptionType.String,
required: true,
},
],
},
{
name : 'info',
description : 'utilise pas cette commande fdp',