commit
This commit is contained in:
parent
eec0a6c767
commit
5c93e9d8f7
11 changed files with 478 additions and 388 deletions
|
@ -102,6 +102,19 @@ const commands = [
|
|||
name : 'github',
|
||||
description : 'Get the github link of the bot',
|
||||
},
|
||||
|
||||
{
|
||||
name : 'dalle',
|
||||
description : 'Make a request to the DALL-E API',
|
||||
options : [
|
||||
{
|
||||
name : 'query',
|
||||
description : 'The query you want to ask to the API',
|
||||
type : ApplicationCommandOptionType.String,
|
||||
required : true,
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = { commands };
|
Loading…
Add table
Add a link
Reference in a new issue