Updated packages, take advantage of new eris-fleet features, fixed issue where messages wouldn't send
This commit is contained in:
parent
8431a3ab95
commit
536b931ead
8 changed files with 465 additions and 558 deletions
|
@ -11,7 +11,7 @@ class SoundReloadCommand extends Command {
|
|||
this.ipc.register("soundReloadSuccess", (msg) => {
|
||||
this.ipc.unregister("soundReloadSuccess");
|
||||
this.ipc.unregister("soundReloadFail");
|
||||
resolve(`Successfully connected to ${msg.msg.length} Lavalink node(s).`);
|
||||
resolve(`Successfully connected to ${msg.length} Lavalink node(s).`);
|
||||
});
|
||||
this.ipc.register("soundReloadFail", () => {
|
||||
this.ipc.unregister("soundReloadSuccess");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue