This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
|
module.exports = {
|
|
event: require('path').parse(__filename).name,
|
|
once: false,
|
|
listener: () => e => { console.log(`[ERROR] ${e}`); }
|
|
};
|