This commit is contained in:
Lukian 2023-05-20 23:09:50 +02:00
parent 03c833d26b
commit 63f422e367
4 changed files with 8 additions and 16 deletions

View file

@ -32,19 +32,6 @@ const commands = [
description : 'utilise pas cette commande fdp',
},
{
name : 'createconv',
description : 'Create a new conversation',
options : [
{
name : 'name',
description : 'The name of the conversation',
type : ApplicationCommandOptionType.String,
required : true,
},
],
},
{
name : 'addconv',
description : 'Add a conversation to the database',