1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-01 20:14:56 +00:00

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

@ -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('');