NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

////CODER BY : Chrysostom#1590
const Discord = require("discord.js");
const db = require("quick.db");
const moment = require("moment");
require("moment-duration-format"); ////CODER BY : Eray0#6286
exports.run = async (client, message, args) => {
let kullanici =
message.mentions.users.first() ||
client.users.cache.get(args[0]) ||
(args.length > 0
? client.users.cache
.filter(e =>
e.username.toLowerCase().includes(args.join("").toLowerCase())
)
.first()
: message.author) ||
message.author;
let uye = message.guild.member(kullanici);
let kisi = message.mentions.members.first()
? message.mentions.members.first()
: message.member;
if (message.mentions.members.first())
mention = message.mentions.members.first().user;
let mention = message.author;
let baknedicm = {
web: "İnternet Tarayıcısı",
desktop: "Bilgisayar (Uygulama)",
mobile: "Mobil"
};
let x;
let x2;
let x3;
let x4;
let x5;
let x6;
let x7;
let x8;
let x9;
let x10;
let x11;

//yönetici
if (message.member.hasPermission("ADMINISTRATOR"))
x = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("ADMINISTRATOR"))
x = "<a:t_deny:808927248718757928>";

//Denetim kaydı
if (message.member.hasPermission("VIEW_AUDIT_LOG"))
x2 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("VIEW_AUDIT_LOG"))
x2 = "<a:t_deny:808927248718757928>";

//Sunucuyu yönet
if (message.member.hasPermission("MANAGE_GUILD"))
x3 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("MANAGE_GUILD"))
x3 = "<a:t_deny:808927248718757928>";

//Rolleri yönet
if (message.member.hasPermission("MANAGE_ROLES"))
x4 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("MANAGE_ROLES"))
x4 = "<a:t_deny:808927248718757928>";

//Kanalları yönet
if (message.member.hasPermission("MANAGE_CHANNELS"))
x5 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("MANAGE_CHANNELS"))
x5 = "<a:t_deny:808927248718757928>";

//üyeleri at
if (message.member.hasPermission("KICK_MEMBERS"))
x6 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("KICK_MEMBERS"))
x6 = "<a:t_deny:808927248718757928>";

//üyeleri yasakla
if (message.member.hasPermission("BAN_MEMBERS"))
x7 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("BAN_MEMBERS"))
x7 = "<a:t_deny:808927248718757928>";

//mesajları yönet
if (message.member.hasPermission("MANAGE_MESSAGES"))
x8 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("MANAGE_MESSAGES"))
x8 = "<a:t_deny:808927248718757928>";

//kullanıcı adlarını yönet
if (message.member.hasPermission("MANAGE_NICKNAMES"))
x9 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("MANAGE_NICKNAMES"))
x9 = "<a:t_deny:808927248718757928>";

//emojileri yönet
if (message.member.hasPermission("MANAGE_EMOJIS"))
x10 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("MANAGE_EMOJIS"))
x10 = "<a:t_deny:808927248718757928>";

//webhookları yönet
if (message.member.hasPermission("MANAGE_WEBHOOKS"))
x11 = "<a:t_successful:809048865800978443>";
if (!message.member.hasPermission("MANAGE_WEBHOOKS"))
x11 = "<a:t_deny:808927248718757928>";
let oynuyor;
if (
kullanici.presence.activities.length != 0 &&
kullanici.presence.activities[0].name == "Custom Status"
) {
oynuyor = `${kullanici.presence.activities[0].state ||
`Sadece Emoji Bulunuyor !`}`;
} else if (kullanici.presence.activities.length != 0) {
oynuyor = kullanici.presence.activities[0].name;
} else {
oynuyor = "Herhangi Bir Oynuyoru Yok";
}
var durum = "";
if (kullanici.presence.status === "dnd") {
var durum = "Rahatsız Etmeyin";
}
if (kullanici.presence.status === "offline") {
var durum = "Görünmez / Çevrimdışı";
}
if (kullanici.presence.status === "idle") {
var durum = "Boşta";
}
if (kullanici.presence.status === "online") {
var durum = "Aktif";
}
let inv = db.fetch(`inv.${kullanici.id}.total`) || 0;
let rozet = kullanici.flags.toArray();
let sunucubilgi = new Discord.MessageEmbed();
sunucubilgi
.setColor(message.member.displayColor)
.setFooter(
`${message.author.tag} tarafından istendi.`,
message.author.avatarURL()
)
.setAuthor("Teoys Bot - Kullanıcı Bilgi", client.user.avatarURL())
.setThumbnail(message.author.avatarURL({ dynamic: true }))
.addField(
"Kullanıcı Bilgileri",
`

`Hesap ID:` ${message.author.id}
`Profil:` ${mention}
`Oynuyor:` ${oynuyor}
`Durum:` ${durum}
`Oluşturulma Tarihi:` ${moment(kullanici.createdAt).format(
`DD/MM/YYYY | HH:mm`
)}
`Bot:` ${kullanici.bot ? "n Evet" : "Hayır"}
`
)
.addField(
"Üyelik Bilgileri",
`
`Takma Ad:` ${message.member.displayName}
`Katılı Tarihi:` ${moment(uye.joinedAt).format(`DD/MM/YYYY | HH:mm`)}
`Katılım Sırası:` ${message.guild.members.cache
.filter(a => a.joinedTimestamp <= uye.joinedTimestamp)
.size.toLocaleString()}/${message.guild.memberCount.toLocaleString()}
`
)
.addField(
"Rolleri",
`${
message.member.roles.cache.size >= 50
? "Roller çok fazla..."
: message.member.roles.cache.map(role => role.toString())
}`
)
.addField(
"Yetkileri (1)",
``Yönetici:` ${x} n`Denetim Kaydını:` ${x2}n`Sunucuyu Yönet:` ${x3}n`Rolleri Yönet:` ${x4}n`Kanalları Yönet:` ${x5}n`Üyeleri At:` ${x6}`,
true
)
.addField(
"Yetkileri (2)",
``Üyeleri Yasakla:` ${x7}n`Mesajları Yönet:` ${x8}n`Kullanıcı Adlarını Yönet:` ${x9}n`Emojileri Yönet:` ${x10}n`Webhook'ları Yönet:` ${x11}`,
true
);
return message.channel.send(sunucubilgi);
};
////CODER BY : Chrysostom#1590
exports.conf = {
enabled: true,
guildOnly: false,
aliases: ["oyun"],
permLevel: 0
};
////CODER BY : Chrysostom#1590
exports.help = {
name: "profil",
description: "Botun komutlarını gönderir.",
usage: "yardım"
};
////CODER BY : Chrysostom#1590
     
 
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.