Formatting changes

This commit is contained in:
Christer Warén
2021-09-09 12:44:50 +03:00
parent b44bc679e5
commit 13814afebc
46 changed files with 93 additions and 93 deletions

View File

@ -73,11 +73,11 @@ class RadioClient extends Client {
this.on("interactionCreate", interaction => {
require(`${events}interactionCreate`).execute(this, interaction);
});
this.on("voiceStateUpdate", (oldState, newState) => {
require(`${events}voiceStateUpdate`).execute(this, oldState, newState);
});
process.on('SIGINT', () => {
require(`${events}SIGINT`).execute(this);
});
@ -93,7 +93,7 @@ class RadioClient extends Client {
process.on('exit', () => {
this.funcs.logger("Bot", "Stopping");
});
this.on("error", error => {
console.error(error);
});
@ -102,4 +102,4 @@ class RadioClient extends Client {
}
}
export default RadioClient
export default RadioClient