mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update end.js
This commit is contained in:
parent
55cddcbb42
commit
0e046a7757
@ -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!');
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user