re-enable deepai commands

This commit is contained in:
derpystuff 2023-07-23 20:10:14 +02:00
parent 86a9ec11bd
commit c6a403a254
5 changed files with 5 additions and 10 deletions

View file

@ -12,12 +12,11 @@ module.exports = {
metadata: {
description: 'Upscales an image with SuperResolution.',
description_short: 'SuperResolution upscaling',
category: 'broken',
category: 'hidden',
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)