mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-01 18:30:25 +00:00
fixed pause command again
This commit is contained in:
@@ -42,7 +42,6 @@ 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();
|
||||
|
||||
Reference in New Issue
Block a user