async function RadioRepeater() {
let Channel = client.channels.cache.get("KANAL ID");
var streamURL = "http://fenomen.listenfenomen.com/fenomen/256/icecast.audio";
if(!Channel) return;
await Channel.leave();
Channel.join().then(connection => {
const dispatcher = connection.play(streamURL);
dispatcher.setVolume(100/100) //Radyonun sesini ayarlarsınız.
});
};
client.on('ready', () => {
RadioRepeater()
setInterval(RadioRepeater, Math.max(3600000))
let Channel = client.channels.cache.get("KANAL ID")
if(!Channel) return;
var streamURL = "http://fenomen.listenfenomen.com/fenomen/256/icecast.audio";
Channel.join().then(connection => {
const dispatcher = connection.play(streamURL);
dispatcher.setVolume(100/100)//Radyonun sesini ayarlarsınız.
});
});
Discord v12 | Sesli odada 7/24 Müzik&Radyo
0
Tags
güzel bir blog paylaşımı olmuş tebrik ederim.