This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Discord = require('discord.js'); | |
const config = require('../config.js'); | |
module.exports = async(client, message, args, guild) => { | |
try{ | |
let values = await client.shard.broadcastEval(`[this.shard.ids, this.guilds.cache.size]`); | |
// Make a final string which will be sent in the channel | |
let finalString = "**Lista de shards**\n\n"; |