Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: karaliste ve beyaz liste komutunun devamıdır
Submitted by MeliL on November 23, 2020

const db = require("quick.db")
  let sunucu = await db.fetch(`sunucukaraliste_${message.guild.id}`);
  let kullanıcı = await db.fetch(`kullanicikaraliste_${message.author.id}`);

  if( sunucu == "aktif"){
   const userblacklist = new Discord.RichEmbed()
    .setURL(`https://bitly.com/xirsdavet`)
    .setAuthor(message.guild.name, message.guild.avatarURL)
    .setDescription("Sunucumuza Gelerek neden karalisteye alındığınızı öğrenebilirsiniz " + `Destek Sunucu: https://discord.gg/GkzwCgM`)
    .setTitle("KARA LİSTE TESPİT EDİLDİ!", true)
    .setColor("RED")
    .setImage("https://i.postimg.cc/wv4N2JL8/giphy.gif")
    .setThumbnail("https://i.postimg.cc/wv4N2JL8/giphy.gif")
    .addField("Sunucu ID numaranız yoluyla botumuzun karalistesine alınmışsınız.", `Karalisteye alınan sunucu ID numarası: **${message.guild.id}**`, true)
    .addField("XiR Destek Sunucusu" + "https://bitly.com/xirdcsunucu")
    .setFooter("Sunucumuza Gelerek neden sunucunuzun karalisteye alındığını öğrenebilirsiniz" + `Destek Sunucu`, "https://discord.gg/GkzwCgM")
    return message.channel.sendEmbed(userblacklist);
  }else{
   if( kullanıcı == "aktif"){
    const userblacklist = new Discord.RichEmbed()
    .setURL(`https://bitly.com/xirsdavet`)
    .setAuthor(message.author.username, message.author.avatarURL)
    .setDescription("Sunucumuza Gelerek neden karalisteye alındığınızı öğrenebilirsiniz " + `Destek Sunucu: https://discord.gg/GkzwCgM`)
    .setThumbnail("https://i.postimg.cc/ZqK0QnTT/intelligent-blacklisting-icon.png")
    .setTitle("KARA LİSTE TESPİT EDİLDİ!", true)
    .setColor("RED")
    .setImage("https://i.postimg.cc/wv4N2JL8/giphy.gif")
    .addField("Kullanıcı ID numaranız yoluyla botumuzun karalistesine alınmışsınız.", `Karalisteye alınan ID numarası : **${message.author.id}**`, true)
    .addField("XiR Destek Sunucusu", "https://bitly.com/xirdcsunucu")
    return message.channel.sendEmbed(userblacklist);
   }else{//bu kısımdan sonra komut gelecek