he she it, the mjs must fit

This commit is contained in:
Flummi
2019-08-28 20:04:41 +00:00
parent e91e4b3624
commit 2988582905
18 changed files with 25 additions and 20 deletions

View File

@@ -1,10 +1,12 @@
import logger from "../log.mjs";
export default async bot => {
return [{
name: "error",
listener: "error",
f: e => {
console.log(e);
logger.error(e);
}
}];
};