Mongo works, added new events
This commit is contained in:
parent
187835991e
commit
a82c054ce3
19 changed files with 246 additions and 114 deletions
3
events/error.js
Normal file
3
events/error.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = async (client, error) => {
|
||||
client.logger.error(JSON.stringify(error.stack))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue