fml
This commit is contained in:
parent
677fc549b3
commit
6472112aa1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user