fixed pause command

This commit is contained in:
Hazem Krimi
2020-05-14 11:34:46 +01:00
parent 154b966e85
commit 49b796e031
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ module.exports = class Play extends Command {
message.guild.music.isPlaying = false;
message.guild.music.nowPlaying = null;
message.guild.music.dispatcher = null;
message.guild.music.paused = false;
message.guild.music.seek = null;
message.guild.music.queue = [];
voiceChannel.leave();