This commit is contained in:
Lukian LEIZOUR 2023-03-02 23:53:37 +01:00
parent 851d51a1cf
commit 9965a9ba6d
129 changed files with 26774 additions and 24 deletions

View file

@ -17,6 +17,19 @@ const commands = [
{
name : 'info',
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,
},
],
}
];