f0bm #75

Closed
schrumpel wants to merge 68 commits from schrumpel/f0bm:f0bm into master
32 changed files with 815 additions and 358 deletions
Showing only changes of commit da5bfd5734 - Show all commits

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>