Updated packages, take advantage of new eris-fleet features, fixed issue where messages wouldn't send

This commit is contained in:
Essem 2021-11-12 17:21:43 -06:00
parent 8431a3ab95
commit 536b931ead
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
8 changed files with 465 additions and 558 deletions

View file

@ -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");