const Discord = require("discord.js");
exports.run = async (client, msg) => {
const radio = {
"number1": "https://20723.live.streamtheworld.com/NUMBER1FM_SC?type=.mp3",
"powerturk": "https://listen.powerapp.com.tr/powerturk/mpeg/icecast.audio?/;stream.nsv",
"power": "https://listen.powerapp.com.tr/powerfm/mpeg/icecast.audio?/;stream.nsv",
"metrofm": "https://17703.live.streamtheworld.com/METRO_FM_SC?type=.mp3",
"fenomen": "https://listen.radyofenomen.com/fenomen/128/icecast.audio?/;stream.nsv",
"slowturk": "https://radyo.dogannet.tv/slowturk",
"joyturk": "https://17753.live.streamtheworld.com/JOY_TURK_SC?/;stream.mp3",
}
if (!msg.guild.voiceConnection) {
if (!msg.member.voiceChannel) return msg.channel.send('❌ | Lütfen Bir Odaya Gir !')
}
let args = msg.content.split(" ").slice(1).join(" ").toLowerCase();
if (!args) return msg.channel.send('❌ | Bir Radyo Seçin : **number1**, **powerturk**, **power**, **metrofm**, **fenomen**, **slowturk**, **joyturk**')
if(!radio[args]) return msg.channel.send('❌ | Lütfen Yandaki Radiolardan Birini Seç : **number1**, **powerturk**, **power**, **metrofm**, **fenomen**, **slowtürk**, **joyturk**')
msg.member.voiceChannel.join().then(connection => {
require('https').get(radio[args], (res) => {
connection.playStream(res);
let embed = new Discord.RichEmbed()
.setAuthor(args)
.setColor(0xFF0000)
.addField("Radyo", args)
.addField("Bağlantı", radio[args])
.setFooter(msg.author.tag);
msg.channel.send("**İyi Dinlemeler**", embed);
});
});
}
exports.conf = {
enabled: true,
guildOnly: false,
aliases: ["radio"],
permLevel: 0
};
exports.help = {
name : "radyo",
usage: "radyo metrofm",
description:"Radyo dinlersiniz"
}
//Molly Malone's
Komutu radio durkomudu nedir acaba
çok iyi olur tşk ederim siz bir harikasınız birde modül yüklemeyi öğretseniz bana cmd den yapıyorum klasör geliyor ama ordan sonra neler yapacağımı anlamadım gitti müzik ekleyemiyorum hata veriyor herşeyi denedim@hayalci onun için ayrıl komutum var bu gece onu da paylaşırım
npm install modüladı bu şekildeçok iyi olur tşk ederim siz bir harikasınız birde modül yüklemeyi öğretseniz bana cmd den yapıyorum klasör geliyor ama ordan sonra neler yapacağımı anlamadım gitti müzik ekleyemiyorum hata veriyor herşeyi denedim
o şeklde indiriyorum zaten ama inen dosyayı nereye atacağım yada nasıl kullanacağım asıl soru bunpm install modüladı bu şekilde
Botun olduğu yerde cmd aç modül indir sadece modülü kendin dosya oluşturup atmıyorsuno şeklde indiriyorum zaten ama inen dosyayı nereye atacağım yada nasıl kullanacağım asıl soru buiçinde oluşan index.js dosyasındaki kodu kendi index.js dosyamın içine mi ekleyeceğim
Akşam eğer müsait olursan glitch üzerinden ben sana yardımcı olayım discord ekle Molly#2915bot adında klasör var içinde cmd açıp yapmıştım node_modules klasörü var içinde modüller bot klasör ana dizinde packege.json package-lock.json ve index.js var bunlar kendiliğinden mi sunucuya gidiyor glitch.com sitesine kurdum botu pc de oluşan klasörler böylece kalacak mı
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?