Upgraded retrotext and DBL posting packages, fixed mention prefixes and DM commands

This commit is contained in:
TheEssem 2021-03-18 09:29:03 -05:00
parent c0332673bf
commit 5d2e2b5274
8 changed files with 278 additions and 46 deletions

View file

@ -156,6 +156,7 @@ const runJob = (job, sock) => {
if (e) return reject(e);
return resolve();
});
return;
}).catch(e => {
reject(e);
});