mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-14 00:53:06 -04:00
organize
This commit is contained in:
parent
6e1a5f1cdb
commit
5da051b3b1
8 changed files with 10 additions and 5 deletions
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
description: 'Edits an image using AI.',
|
||||
description_short: 'AI image editing',
|
||||
examples: ['editimage Wearing a crown'],
|
||||
category: 'image',
|
||||
category: 'broken',
|
||||
usage: 'editimage <prompt>'
|
||||
},
|
||||
ratelimit: {
|
||||
|
@ -24,6 +24,7 @@ module.exports = {
|
|||
},
|
||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY],
|
||||
run: async (context, args) => {
|
||||
return;
|
||||
if (!args.prompt) return editOrReply(context, createEmbed("warning", context, "Missing prompt."))
|
||||
|
||||
let image = await getRecentImage(context, 50)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue