This commit is contained in:
derpystuff 2023-11-05 20:40:02 +01:00
parent 6e1a5f1cdb
commit 5da051b3b1
8 changed files with 10 additions and 5 deletions

View file

@ -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)