mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 06:43:17 +00:00
Update end.js
This commit is contained in:
parent
55cddcbb42
commit
0e046a7757
@ -7,7 +7,7 @@ module.exports = {
|
|||||||
permission: 'dev',
|
permission: 'dev',
|
||||||
category: 'util',
|
category: 'util',
|
||||||
async execute(msg, args, client, Discord, prefix, command) {
|
async execute(msg, args, client, Discord, prefix, command) {
|
||||||
client.queue.delete(guild.id);
|
client.queue.delete(msg.guild.id);
|
||||||
msg.channel.send('Queue deleted!');
|
msg.channel.send('Queue deleted!');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user