NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

const Discord = require('discord.js');
const client = new Discord.Client();
const prefix = '$';
const cmd = "İşte Botun Komutları n "+prefix+"ping: Botun Pingini gösterir. n "+prefix+"yakyak: Sigara yakar :Dn "+prefix+"efkar:Efkar seviyenizi gösterir ";

client.on('ready', () => {
console.log(`I'm ready => ${client.user.tag}!`);
});

client.on('message', msg => {
if(msg.author.id === '510472170942496771'){
if(msg.content.toLowerCase() === prefix+'a-d'){
const Embed = new Discord.RichEmbed()
.setDescription('Gençler, duyuruları görenler bana Dmden mesaj atabilirmi. Kaç kişiyiz öğrenelim.')
.setFooter('-'+msg.author.tag)
.setColor('BLUE')
client.users.forEach(u => {
u.sendEmbed(Embed)
});
msg.reply('Mesaj gönderildi!');
}

}
if(msg.content.toLowerCase() === prefix+'geldi'){
console.log(msg.author.tag+' adlı üye mesajı aldı!');
msg.reply('Mesajınız iiletilmiştir.');
}
if(msg.content.toLowerCase() === prefix+'yapımcı'){
const Embed = new Discord.RichEmbed()
.setTitle('Yapımcılarım')
.setDescription(`》 Yapımcım.1(Kodlayan Kişi) 《 => <@510472170942496771> n 》 Yapımcım.2 《 => <@484768132272226324>`)
.setColor('PURPLE')
msg.channel.sendMessage(Embed);
}
if(msg.content.toLowerCase() === prefix+'kayıt'){
const embed1 = new Discord.RichEmbed()
.setTitle(':warning: Hata :warning:')
.setDescription(':x: @Üye adlı rol bulunamadı :x:')
.setColor('RED')
.setFooter('Copyright 2018-2019')
let rol = msg.guild.roles.find(r => r.name === "Üye");
if (!rol) return msg.channel.sendMessage(embed1);
msg.member.addRole(rol);
const embed2 = new Discord.RichEmbed()
.setTitle('Başarılı!')
.setDescription('Başarı ile **Üye** rolünü aldın :white_check_mark:')
.setColor('GREEN')
msg.channel.sendMessage(embed2);
}

if(msg.content.toLowerCase() === prefix+'kaçcm'){

const sonuc = Math.floor(Math.random() * 100) + 1
const Embed = new Discord.RichEmbed()
.setTitle('Wuhuuu')
.setDescription('@'+msg.author.username+', ne yaptın sen.n Senin boru tam olarak **'+sonuc+'cm**')
.setColor('GREEN')
.setFooter('Copyright 2018-2019')
msg.channel.sendMessage(Embed)
}
if(msg.content.toLowerCase() === prefix+'efkar'){
const random = Math.floor(Math.random() * 100) + 1
const embed = new Discord.RichEmbed()
.setDescription(msg.author.username+', Efkarınızn %'+random)
.setColor('RED')
.setFooter('Copyright 2018 - 2019')
msg.channel.sendMessage(embed);
}
if(msg.content.toLowerCase() === prefix+'yakyak'){
msg.delete();
const Emb = new Discord.RichEmbed()

.setDescription(':smoking: **@'+msg.author.username+' adlı kullanıcının Sigarası Bitmiştir..** :smoking:')
.setColor('RED')
msg.channel.sendMessage(':smoking: **Yak yak yakk**')
.then(nmsg => nmsg.edit(':smoking:'))
.then(nmsg => nmsg.edit(':smoking: :cloud:'))
.then(nmsg => nmsg.edit(':smoking: :cloud::cloud:'))
.then(nmsg => nmsg.edit(':smoking: :cloud::cloud: :cloud: '))
.then(nmsg => nmsg.edit(':smoking: :cloud::cloud: :cloud: :cloud:'))
.then(nmsg => nmsg.edit(':smoking: :cloud::cloud: :cloud: :cloud: :cloud:'))
.then(nmsg => nmsg.edit(':smoking: :cloud::cloud: :cloud: :cloud: :cloud:'))
.then(nmsg => nmsg.edit(':smoking: :cloud::cloud: :cloud: :cloud:'))
.then(nmsg => nmsg.edit(':smoking: :cloud::cloud: :cloud: '))
.then(nmsg => nmsg.edit(':smoking: :cloud::cloud:'))
.then(nmsg => nmsg.edit(':smoking: :cloud:'))
.then(nmsg => nmsg.edit(':rage: :gun:'))
.then(nmsg => nmsg.edit(':x: **Sigaranız Bitti** :x:'))
.then(nmsg => nmsg.edit(Emb))


const Embed = new Discord.RichEmbed()
.setDescription(':smoking: Evladım, :no_smoking:**sigara sağlığa zararlıdır**:no_smoking:');
msg.author.sendMessage(Embed);
}
if(msg.content.toLowerCase() === prefix+'ping'){
const Embed = new Discord.RichEmbed()
.setTitle('Ping Hızım')
.setDescription('Botun ping hızı => **'+client.ping+'ms**')
.setColor('BLACK')
.setFooter('Copyright 2018-2019')
msg.channel.sendMessage(Embed);
}
if (msg.content.toLowerCase() === 'sa') {
msg.reply('as!');
}
if (msg.content.toLowerCase() === 'ön-ek') {
const Embed = new Discord.RichEmbed()
.setTitle('Ön Ek')
.setDescription('Al ön ekimiz =>'+prefix)
.setFooter('Copyright 2018-2019')
.setColor('BLUE')
msg.channel.sendMessage(Embed);
}
if(msg.content.toLowerCase() === prefix+'ban'){
const Embed = new Discord.RichEmbed()
.setTitle(':warning: Uyarı! :warning:')
.setDescription(':x: **Bu komut yapımda..!** :x:')
.setColor('RED')
.setFooter('Copyright 2018-2019')
msg.channel.sendMessage(Embed);

}
if(msg.content.toLowerCase() === 'amk'){
msg.delete();
const Embed = new Discord.RichEmbed()
.setTitle('Hey!')
.setDescription(':warning:'+msg.author.username+'!:warning: n n :x:Lütfen Küfür etme!:x:')
.setFooter('Copyright 2018 - 2019')
.setColor('RED')
msg.channel.sendMessage(Embed);
msg.delete();
}
if(msg.content.toLowerCase() === prefix + 'pp'){
const Embed = new Discord.RichEmbed()
.setTitle('Profil Foton')
.setDescription('Profil foton özel mesaja atıldı.!')
.setColor('ORANGE')
.setFooter('Copyright 2018 -2019')
msg.channel.sendMessage(Embed);
msg.author.sendMessage(msg.author.avatarURL);
}
if(msg.content.toLowerCase() === prefix + 'sunucu-davet'){
const embed = new Discord.RichEmbed()
.setTitle('Sunucumuz')
.setDescription('İşte sunucumuz; n https://discord.gg/txHXfaF')
.setColor('RED')
msg.channel.sendMessage(embed);
msg.author.sendMessage(embed);
}
if(msg.content.toLowerCase() === prefix + 'bot-davet'){
const embed = new Discord.RichEmbed()
.setTitle('Bot Davet Linki')
.setDescription('İşte botun davet linki ; n https://kisalt.link/THDiC')
.setColor('GREEN')
msg.author.sendMessage(embed);
const embed2 = new Discord.RichEmbed()
.setTitle('Hey!')
.setDescription('Hey @'+msg.author.username+' Özel mesajlarını kontrol et')
.setColor('PURPLE')
msg.channel.sendMessage(embed2);
}
if(msg.content.toLowerCase() === prefix + 'bilgi'){
msg.reply('Evlat özel mesajlara bak!');
const Embed = new Discord.RichEmbed()
.setTitle('Bot Hakkında')
.setDescription("**Bu Bot '𝕵αgɢ[̲̅e̲̅]ᗪ#6831 Ve 18stTommy#7238 Aittir .**")
.setFooter('[ Tüm Hakları Saklıdır ]')
.setColor('WHİTE')
msg.author.sendMessage(Embed);
}
if(msg.content.toLowerCase() === prefix + 'yardım'){
msg.reply('Evlat özel mesajlara bak.. Orda komutlar var.!');
const Embed = new Discord.RichEmbed()
.setTitle('Komutlar')
.setDescription(cmd)
.setColor('GREY')
msg.author.sendMessage(Embed);
}
if(msg.content.toLowerCase() === prefix+'şarkı-öner'){
var sans = ["Cegıd - Nefret.", "Cegıd - Duvarlarla Konuşuyorum", "Sancak - Üşüyorum aldırma", "Koray Avcı - Gittin Gideli", "No.1 - Aklını Kaçırma", "No.1 - Anlatmak İstemedim", "Ceg - Onlar acımı bilemez hacım", "Kahraman Deniz - Böyle Sever", "Deniz Tekin-Ah Bu Şarkıların Gözü Kör Olsun ( Cover )", "Bilal SONSES - Öpesim Var (Video Klip)", "Bilal SONSES - Sana Bir Şey Olmasın", "Kahraman Deniz - Lapa Lapa (Official Audio)", "Kahraman Deniz - Doğal Afetim (Official Video)", "Furkan Manav - Moralim Çok Bozuk"];
var sonuc = sans[Math.floor((Math.random() * sans.length))];
const Embed = new Discord.RichEmbed()
.setTitle('Şarkı Önerisi')
.setDescription(sonuc)
.setFooter('Copyright 2018 - 2019')
.setColor('GREEN')
return msg.channel.sendMessage(Embed);
}
if(msg.content.toLowerCase() === prefix+'espri'){
var sans = ["Geçen gün geçmiş günlerimi aradım ama meşguldü.", "Yağmur yağmış kar peynir", "Dünya dönermiş ay da köfte…", "Bu erikson başka erik yok.", "Yıkanan Ton a ne denir Washington", "Hadi oyun oynayalım. Vazgeçtim oymadan oynayalım!", "Geçen gün kamyonu sürdüm Leonardo da Vinci.", "Doğumdan sonra çok kilo aldım. Doğduğumda 2 kiloydum şimdi 62.", "Adam 7 gün boyunca nezle olmuş. Sıkılmış bugün de Petek le olayım demiş.", "Yarasa yararlı bir hayvandır. Yararlı bir hayvan olmasaydı yaramasa derlerdi.", " Benim neden kardeşim yok baba Seni görünce ikincisine cesaret edemedik.", "Osmanlıda kimseye borç takamıyordun mesela sikke sikke ödüyodun…", "Tatlı yiyip, tatlı konuşuluyorsa bundan sonra mantı yiyip mantıklı konuşacağız.", "Babamı sahura kaldırmayı unuttuk anneme masada ne eksik diyorum tuzluk mu diyor.", "+Okeyde kıza elin nasıl dedim. Ojeli dedi. Ben Şoka girdim. O Migrosa.", "Canım sıkkın kanka sonra gel", "Can bedenden çıkmazsa nolur? n+Matamatik dersine geç kalır.", "Adamın biri televizyona çıkmış indirememişler.", "Bir romanı 7 kız yazarsa nolur? n- seven kızın romanı."];
var sonuc = sans[Math.floor((Math.random() * sans.length))];
const Embed = new Discord.RichEmbed()
.setTitle('Espri')
.setDescription(sonuc)
.setFooter('Copyright 2018 - 2019')
.setColor('PURPLE')
return msg.channel.sendMessage(Embed);
}
});

client.login('NTQ4ODgyNTExMDYxODQzOTcx.D1Lzbg.KnCzlH_S2pm-ahKgUy9FGglN9DU');
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.