mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 12:23:38 +00:00
Some changes
This commit is contained in:
@ -5,7 +5,7 @@ module.exports = async function (guild, client, url) {
|
||||
.play(url, { bitrate: 1024, passes: 10, volume: 1, highWaterMark: 1 << 25 })
|
||||
.on("finish", () => {
|
||||
radio.voiceChannel.leave();
|
||||
radio.delete();
|
||||
client.radio.delete(guild.id);
|
||||
return;
|
||||
});
|
||||
dispatcher.on('start', () => {
|
||||
|
Reference in New Issue
Block a user