This commit is contained in:
Daniel Odendahl Jr
2017-09-25 11:40:51 +00:00
parent 287bc84f24
commit 515fb8dc8c
4 changed files with 1 additions and 36 deletions
-2
View File
@@ -67,8 +67,6 @@ client.on('warn', console.warn);
client.on('commandError', (command, err) => console.error(command.name, err));
client.on('commandRun', command => ++command.uses);
client.on('guildCreate', async () => {
const guilds = await client.shard.fetchClientValues('guilds.size');
const count = guilds.reduce((prev, val) => prev + val, 0);