narrowing down one of the errors

This commit is contained in:
x 2025-05-01 16:22:11 +02:00
parent fe714f0556
commit da5bfd5734

View File

@ -138,7 +138,7 @@ export default async bot => {
console.error('err:', err);
if(e.type == 'tg')
return await e.editMessageText(msg.result.chat.id, msg.result.message_id, err);
return await e.reply('something went wrong lol');
return await e.reply('something went wrong lol / check maxfilesize?');
}
}
// </download data>