mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 19:43:39 +00:00
Formatting changes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user