commit
This commit is contained in:
parent
851d51a1cf
commit
9965a9ba6d
129 changed files with 26774 additions and 24 deletions
|
@ -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,
|
||||
},
|
||||
],
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue