mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-15 09:33:04 -04:00
organize
This commit is contained in:
parent
6e1a5f1cdb
commit
5da051b3b1
8 changed files with 10 additions and 5 deletions
|
@ -12,11 +12,12 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Upscales an image with SuperResolution.',
|
||||
description_short: 'SuperResolution upscaling',
|
||||
category: 'image',
|
||||
category: 'broken',
|
||||
usage: 'superresolution <image>'
|
||||
},
|
||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY],
|
||||
run: async (context) => {
|
||||
return;
|
||||
context.triggerTyping();
|
||||
try{
|
||||
let image = await getRecentImage(context, 50)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue