Skip to content

Instantly share code, notes, and snippets.

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";