mark all ai commands as broken for now

This commit is contained in:
derpystuff 2023-06-23 16:03:39 +02:00
parent 6cca320bd7
commit 1ea541bfb7
7 changed files with 14 additions and 7 deletions

View file

@ -13,11 +13,12 @@ module.exports = {
description: 'Upscales an image with SuperResolution.',
description_short: 'SuperResolution upscaling',
examples: ['superresolution'],
category: 'image',
category: 'broken',
usage: 'superresolution <image>'
},
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES],
run: async (context) => {
return;
context.triggerTyping();
try{
let image = await getRecentImage(context, 50)