2 new fortunes, bug fixes

This commit is contained in:
Dragon Fire
2020-06-01 20:35:11 -04:00
parent 25473003c0
commit 51833e8483
4 changed files with 5 additions and 4 deletions
-1
View File
@@ -53,7 +53,6 @@ client.on('ready', () => {
client.activities.push(
{ text: () => `${formatNumber(client.guilds.cache.size)} servers`, type: 'WATCHING' },
{ text: () => `with ${formatNumber(client.registry.commands.size)} commands`, type: 'PLAYING' },
{ text: () => `${formatNumber(client.users.cache.size)} users`, type: 'WATCHING' },
{ text: () => `${formatNumber(client.channels.cache.size)} channels`, type: 'WATCHING' }
);
client.setInterval(() => {