mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-12-16 12:19:19 +00:00
Typescript Continuum
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import RadioClient from "../../Client";
|
||||
|
||||
export default {
|
||||
name: 'uncaughtException',
|
||||
execute(client: any, error: any) {
|
||||
execute(client: RadioClient, error: any) {
|
||||
client.funcs.logger("Error");
|
||||
console.log(error.stack);
|
||||
console.log('');
|
||||
|
||||
Reference in New Issue
Block a user