This commit is contained in:
Flummi 2019-08-19 19:22:52 +00:00
parent 677fc549b3
commit 6472112aa1

View File

@ -28,7 +28,7 @@ export default async bot => {
trigger.forEach(async t => {
try {
await t[1].f({ ...a, ...parseArgs(a.message) });
await t[1].f({ ...e, ...parseArgs(e.message) });
console.log(`triggered > ${t[0]}`);
}
catch(error) {