minecrafttr aramıza katil!
batihost minecraft server kirala
Satın Al
MinecraftTR Reklam Alanı
Satın Al
Satın Al
Satın Al

discord bot script

  1. LyloN

    Discord Yanına Çekme Komutu

    const Discord = require("discord.js"); exports.run = async (client, message, args) => { if (!message.member.hasPermission("BAN_MEMBERS")) return message.reply("**Bu Komutu Kullanmaya Yetkin Yok!**"); if (!message.member.voice.channel) return message.reply("**Bir Ses Kanalında...
  2. LyloN

    Discord Tag Tarama Komutu

    const Discord = require('discord.js') const Börü = require('../ayarlar.json') exports.run = (client, message, args) => { if (!message.member.hasPermission("MANAGE_MESSAGES")) return message.reply(`Bu komutu kullanabilmek için **Mesajları Yönet** iznine sahip olmalısın!`); const tag...
  3. LyloN

    Discord Say Komutu

    Discord Say Komutu const yedlixdiscord = require('discord.js'); exports.conf = { enabled: true, guildOnly: true, aliases: ["bilgi", "sunucubilgi", "sunucu-bilgi", "sb"], permLevel: 0, kategori: "bot", }; exports.help = { name: 'say', description: 'yedlix', usage: 'yedlix'...
  4. LyloN

    Yapımı Kolay Atatürk Komutu

    const Discord = require('discord.js') exports.run = function(bot, message) { message.channel.send(new Discord.MessageEmbed() .setColor("BLACK") .setTitle('Atamızın Resmi: ') .setImage(Plasmic())); function Plasmic() { var rand =...
  5. LyloN

    Discord Bug Bildirme Komutu

    const Discord = require("discord.js"); module.exports.run = async (bot, message, args) => { let bug = args.join(" ").slice(0); const sebep2 = new Discord.MessageEmbed() .setDescription(` \`${message.author.username}\` **Bug Söyler misin ?**`) .setColor("#00ff88") .setFooter(`Bug...
  6. LyloN

    MCSkin Komutu

    Sadece Premium Hesapların Skinlerini Gösterir. const Discord = require('discord.js'); exports.run = (client, message, args) => { let mesaj = args.slice(0).join(' '); let member = message.mentions.members.first(); let body = 'https://mc-heads.net/body/' + mesaj if (mesaj.length <...
  7. LyloN

    Klasik Aşk Ölçer Komutu

    Klasik her botta olan aşk ölçer komutu exports.run = async (client, msg, args) => { let ask=[ "Aşkölçer %1 Gösteriyor.", "Aşkölçer %2 Gösteriyor.", "Aşkölçer %3 Gösteriyor.", "Aşkölçer %6 Gösteriyor.", "Aşkölçer %9 Gösteriyor.", "Aşkölçer %12...
  8. Berke

    Discord Aşk Ölçer Kod (Sorular İçin 乃ΣƬΛ_Gandalf#1418 )

    exports.run = async (client, { channel, mentions }) => { let ask = `Aşk ölçer %${Math.round(Math.random() * 100)} gösteriyor.`; let member = mentions ? mentions.members.first() : false; if (!member) { channel.send({ embed: { color: Math.floor(Math.random() * (0xFFFFFF + 1))...

Üst