NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

const Discord = require("discord.js");
const ayarlar = require("../ayarlar.json");
module.exports.run = async (client, message, args) => {
let sayfalar = [
`**Prefix: a!**nBir problemin var mı?, Yardım sunucusuna gel - --> [Yardım Sunucusu](https://discord.gg/VAb7NGVFCm)n **BOT SAHBİ: ꑗ Morqaan#8524**nAnlık Komut Sayımız: ${client.commands.size}`,
`**Ping**n${client.ping}`,
"**Yetkili Komutlar**na!yaz bot istediğiniz şeyi yazdırırna!yasakla : istenilen kişiyi İP adresinden banlar örn a!yasakla @etiketna!unban : Verilden id nin banını kaldırır.na!seslicekilis : Seslideki Üyeler Arasında Çekiliş Yaparna!banlist : Sunucudaki Banlanan Kişileri Gösterirna!reklam-taraması : reklam taraması yaparna!ses-kanal-aç : ses kanalı açar örn: a!ses-kanal-aç denemena!emojiyükle : emoji yükler örn a!emojiyükle isim <link>na!sunucu-kurulum : sunucu kurarna!yazı-kanal-aç : yazı kanlı açarna!s-sayı : Seslideki Kişi Sayısını Gösterir." +
client.commands
.filter(cmd => exports.help.category === "admin")
.map(cmd => " " + exports.help.name + " ")
.join("n"),
"**Yardım Komutları**na!yardımna!info" +
client.commands
.filter(cmd => exports.help.category === "util")
.map(cmd => " " + exports.help.name + " ")
.join("n"),
"**Resim Komutları**na!beşiktaş : kişinin üzerine beşiktaş yaparna!galatasaray kişinin üzerine galatasaray yaparna!fenerbahçe kişinin fotoğrafının üzerine fenerbahçe yaparna!servericon serverın icon'nunu gösterirna!mc-ödül minecraft başarımı verir örn: a!mc-ödül knk?na!wasted : kişinin fotoğrafının üzerine wasted yazar" +
client.commands
.filter(cmd => exports.help.category === "photo")
.map(cmd => " " + exports.help.name + " ")
.join("n"),
"**Eğlence Komutları**na!youtube youtube üzerinde arama yapar örn : a!youtube kolay bot nedir?na!1v1/!düello istediğiniz kişiye düello açarna!kuşdili : Yazdıgınız Yazıyı Kuş Diline Çevirir na!sayıtahmin : Bot Bir Sayı Belirler Ve Siz O Sayıyı Bulmaya Çalışırsınız." +
client.commands
.filter(cmd => exports.help.category === "fun")
.map(cmd => " " + exports.help.name + " ")
.join("n"),
"**Müzik**n'''co"
];
let sayfa = 1;

const embed = new Discord.RichEmbed()
.setColor("RANDOM")
.setFooter(`Sayfa ${sayfa} - ${sayfalar.length}`)
.setDescription(sayfalar[sayfa - 1]);

message.channel.send(embed).then(msg => {
msg.react("⏪").then(r => {
msg.react("⏩");

const backwardsFilter = (reaction, user) =>
reaction.emoji.name === "⏪" && user.id === message.author.id;
const forwardsFilter = (reaction, user) =>
reaction.emoji.name === "⏩" && user.id === message.author.id;

const backwards = msg.createReactionCollector(backwardsFilter);
const forwards = msg.createReactionCollector(forwardsFilter);

backwards.on("collect", r => {
if (sayfa === 1) return;
sayfa--;
embed.setDescription(sayfalar[sayfa - 1]);
embed.setFooter(`Sayfa ${sayfa} - ${sayfalar.length}`);
msg.edit(embed);
});

forwards.on("collect", r => {
if (sayfa === sayfalar.length) return;
sayfa++;
embed.setDescription(sayfalar[sayfa - 1]);
embed.setFooter(`Sayfa ${sayfa} - ${sayfalar.length}`);
msg.edit(embed);
});
});
});
};
module.exports.conf = {
enabled: true,
guildOnly: false,
aliases: ["h", "dy"],
category: "admin",
permLevel: 0
};

module.exports.help = {
name: "yardım",
description: "Gelişmiş Sayfalı Yardım.",
usage: "yardım"
};
     
 
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.