NithishCodez/Discordjs-MusicBot

Resume Error

Closed this issue · 3 comments

Does not resume music! No errors in console, but still does not resume music..

Known issue, Issuing a fix in couple days, In a new video

Ok cool, keep up the good work

Was able to fix..
Instead of just queue.connection.dispatcher.resume();

Simply do:

    queue.connection.dispatcher.pause();
    queue.connection.dispatcher.resume();
    queue.connection.dispatcher.pause();
    queue.connection.dispatcher.resume();