Fix typo in uncaughtException event

This commit is contained in:
Christer Warén 2021-09-10 01:54:30 +03:00
parent 26cdef50b2
commit 3978f19b2e

View File

@ -1,7 +1,7 @@
module.exports = {
name: 'uncaughtException',
execute(client, error) {
this.funcs.logger("Error");
client.funcs.logger("Error");
console.log(error.stack);
console.log('');