fml
This commit is contained in:
parent
677fc549b3
commit
6472112aa1
@ -28,7 +28,7 @@ export default async bot => {
|
|||||||
|
|
||||||
trigger.forEach(async t => {
|
trigger.forEach(async t => {
|
||||||
try {
|
try {
|
||||||
await t[1].f({ ...a, ...parseArgs(a.message) });
|
await t[1].f({ ...e, ...parseArgs(e.message) });
|
||||||
console.log(`triggered > ${t[0]}`);
|
console.log(`triggered > ${t[0]}`);
|
||||||
}
|
}
|
||||||
catch(error) {
|
catch(error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user