diff --git a/lib/music.js b/lib/music.js index 9321dea..5814f28 100644 --- a/lib/music.js +++ b/lib/music.js @@ -181,7 +181,7 @@ class DJ { this.queue = []; logger.verbose("Stopping music..."); if (this.disp !== null) { - this.disp.end(); + this.disp.end(); // FIXME: Triggers the dispatcher end event that calls stop again logger.debug("Ended dispatcher"); } if (this.conn !== null) {