mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
say, embed, and code
This commit is contained in:
@@ -25,6 +25,6 @@ module.exports = class ServersCommand extends commando.Command {
|
||||
let guildCount = this.client.guilds.size;
|
||||
let guildNames = this.client.guilds.map(g => `${g.name} (${g.id})`).join(", ");
|
||||
console.log(`${guildCount} Servers: ${guildNames}`);
|
||||
return message.channel.send("Sent the information to the console!");
|
||||
return message.say("Sent the information to the console!");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user