Discord bot kod paylaşımlarında bu yazımda discord botunuz için güzel ve kullanışlı bir kod ile beraberiz. Discord Bot Kodları Jsonsuz Giriş Çıkış Kodları (Resimli).
Kurulum için adımları izleyin:
- Kod projenizde komutlar klasörüne atılacaktır. Komut eklemeyi bilmiyorsan buradaki yazımızı okuyarak öğrenebilirsin.
- Komut içerisindeki gerekli yerleri kendinize göre düzenleyin.
- Gereken modüller kod içerisinde const kısımlarında.
//###CodeMareFi tarafından hazırlanmıştır - - - Ekleyen //###MareFi
const Discord = require('discord.js')
const fs = require('fs');
var ayarlar = require('../ayarlar.json');
const db = require('quick.db');
exports.run = async (client, message, args) => {
if (!message.member.hasPermission("ADMINISTRATOR")){
message.channel.send("**Bu komutu kulanmaya yetkiniz yok!!**")
}else{
let nesne = args[0]
if (!nesne) return message.channel.send('Kanal ayarlaması yapılamadı.')
db.set(`giriscikis_${message.guild.id}`, nesne)
message.channel.send("Artık giriş çıkış mesajları " + nesne + " kanalına gönderilecek.")
}
};
exports.conf = {
enabled: true,
guildOnly: false,
aliases: [],
permLevel: 0
}
exports.help = {
name: 'girişçıkışayarla',
description: 'Mod log kanalını ayarlar.',
usage: 'mod-log-ayarla #kanal'
}
//###CodeMareFi tarafından hazırlanmıştır - - - Ekleyen //###MareFi
client.on("guildMemberAdd", async member => {
let log = 'mod-log';
let lbulundu = await db.fetch(`giriscikis_${member.guild.id}`);
if (lbulundu === null) log = 'mod-log';
else log = lbulundu;
const channel = member.guild.channels.find('name', `${log}`);
if (!channel) return;
let username = member.user.username;
let id = member.user.id;
if (channel === undefined || channel === null) return;
if (channel.type === "text") {
const bg = await Jimp.read("https://cdn.discordapp.com/attachments/499911418896973824/500023171827761154/guildAdd_2.png");
const userimg = await Jimp.read(member.user.avatarURL);
var font;
if (member.user.tag.length < 15) font = await Jimp.loadFont(Jimp.FONT_SANS_64_WHITE);
else if (member.user.tag.length > 15) font = await Jimp.loadFont(Jimp.FONT_SANS_64_WHITE);
else font = await Jimp.loadFont(Jimp.FONT_SANS_32_WHITE);
await bg.print(font, 430, 170, member.user.tag);
await userimg.resize(362, 362);
await bg.composite(userimg, 43, 26).write("./img/"+ member.id + ".png");
setTimeout(function () {
if( id == "KENDİ İD Nİ GİR" ){
channel.send(new Discord.Attachment("./img/" + member.id + ".png"))
channel.send("İşte Bak! Kurucum sunucuna giriş yaptı.")
}else{
channel.send(new Discord.Attachment("./img/" + member.id + ".png"));
}
}, 1000);
setTimeout(function () {
fs.unlink("./img/" + member.id + ".png");
}, 10000);
}
})
client.on("guildMemberRemove", async member => {
let log = 'mod-log';
let lbulundu = await db.fetch(`giriscikis_${member.guild.id}`);
if (lbulundu === null) log = 'mod-log';
else log = lbulundu;
const channel = member.guild.channels.find('name', `${log}`);
if (!channel) return;
let username = member.user.username;
let id = member.user.id
if (channel === undefined || channel === null) return;
if (channel.type === "text") {
const bg = await Jimp.read("https://cdn.discordapp.com/attachments/499911418896973824/500023173459345416/guildRemove_2.png");
const userimg = await Jimp.read(member.user.avatarURL);
var font;
if (member.user.tag.length < 15) font = await Jimp.loadFont(Jimp.FONT_SANS_64_WHITE);
else if (member.user.tag.length > 15) font = await Jimp.loadFont(Jimp.FONT_SANS_64_WHITE);
else font = await Jimp.loadFont(Jimp.FONT_SANS_32_WHITE);
await bg.print(font, 430, 170, member.user.tag);
await userimg.resize(362, 362);
await bg.composite(userimg, 43, 26).write("./img/"+ member.id + ".png");
setTimeout(function () {
if( id == "KENDİ İD Nİ GİR" ){
channel.send(new Discord.Attachment("./img/" + member.id + ".png"))
channel.send("Kurucum sunucunuzdan ayrıldı..")
}else{
channel.send(new Discord.Attachment("./img/" + member.id + ".png"));
}
}, 1000);
setTimeout(function () {
fs.unlink("./img/" + member.id + ".png");
}, 10000);
}
})
Yapamadığınız veya takıldığınız yerleri yorum ile bizlere bildirin yardımcı oluruz.
Yorum Yap:
0 Hiç Yorum Yapılmamış İlk Yorumu Sen Yapmak İstermisin:
Yorum Yaparken:
* Yorumlarınızda Din , Dil , Irk , Cinsiyet , Küfür(Hakaret) ve Siyaset içerikli yorumlar onaylanmadığını hatırlatmak isterim.
* Yorumlarınızı anlaşılır bir dilde yazınız ve mümkünse detaylı bir şekilde açıklama yapınız.
* Yorum yaparken tavsiyemiz olarak yorum profilinizi google @gmail profilinizi seçerek yorum yapınız, ayrıca (anonim) veya Ad/Url gibi seçeneklerle de yorum yapabilirsiniz.
Konu ile ilgili olmayan sorularınız için ise Chat veya İletişim sayfalarını kullanın
Kullanmak istediğiniz emojileri kopyalayıp yorumda kullanabilirsiniz. CTRL + C
☝☺✊✋✌❤👀👄👎👍👌💓💔💕💖💗💘💝💞💟💢💣💤💥😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏😐😑😒😓😔😕😖😗😘😙😚😛😜😝😞😟😠😡😢😣😤😥😦😧😨😩😪😫😬😭😮😯😰😱😲😳😴😵😶😷👐👤👥👦👦👧👨👩👳👴👵👿👾👽👻👅