1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00

Update end.js

This commit is contained in:
MatteZ02 2020-03-04 18:21:20 +02:00
parent 55cddcbb42
commit 0e046a7757

View File

@ -7,7 +7,7 @@ module.exports = {
permission: 'dev',
category: 'util',
async execute(msg, args, client, Discord, prefix, command) {
client.queue.delete(guild.id);
client.queue.delete(msg.guild.id);
msg.channel.send('Queue deleted!');
}
};