mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 03:00:18 +00:00
Fix typo in uncaughtException event
This commit is contained in:
parent
26cdef50b2
commit
3978f19b2e
@ -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('');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user