narrowing down one of the errors
This commit is contained in:
parent
fe714f0556
commit
da5bfd5734
@ -138,7 +138,7 @@ export default async bot => {
|
|||||||
console.error('err:', err);
|
console.error('err:', err);
|
||||||
if(e.type == 'tg')
|
if(e.type == 'tg')
|
||||||
return await e.editMessageText(msg.result.chat.id, msg.result.message_id, err);
|
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>
|
// </download data>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user