This commit is contained in:
Dragon Fire
2024-03-20 01:23:09 -04:00
parent bf0514c73c
commit b238cb8826
+1
View File
@@ -21,6 +21,7 @@ module.exports = class StopCommand extends Command {
return msg.reply(`I am not currently playing audio in this server.`);
}
this.client.dispatchers.get(msg.guild.id).stop();
this.client.dispatchers.delete(msg.guild.id);
return msg.reply('Stopped playing.');
}
};