• HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding

Discord komut bilgi komudu

  • Konbuyu başlatan Konbuyu başlatan Hak
  • Başlangıç tarihi Başlangıç tarihi

Hak

Kayıtlı Üye
Katılım
21 Ekim 2015
Mesajlar
930
Komut bilgi komudu:

const Discord = require('discord.js');
const ayarlar = require('../ayarlar.json');

var prefix = ayarlar.prefix;
let p = ayarlar.prefix;
exports.run = (client, message, params) => {
if (!params[0]) {
const commandNames = Array.from(client.commands.keys());
const longest = commandNames.reduce((long, str) => Math.max(long, str.length), 0);
message.author.sendCode("");
if (message.channel.type !== 'dm') {
const...
Lütfen, veya içerikteki bağlantıyı görüntülemek için!

 
Geri
Üst