Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vKxni committed May 11, 2021
1 parent 98b9a0b commit 50d39fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified data/enmap.sqlite
Binary file not shown.
Binary file modified data/enmap.sqlite-wal
Binary file not shown.
2 changes: 1 addition & 1 deletion events.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = (client, Discord, ee) => {

client.on("ready", () => {
console.log(`Logged in as ${client.user.tag}`)
client.user.setActivity(`${client.guilds.cache.map(s => s.memberCount).reduce((a, b) => a + b)} Servers || *setup`, { type: 'WATCHING' })
client.user.setActivity(`${client.guilds.cache.map(s => s.serverCount).reduce((a, b) => a + b)} Servers || *setup`, { type: 'WATCHING' })

setInterval(async ()=>{
for(const guild of client.guilds.cache.array()){
Expand Down

0 comments on commit 50d39fe

Please sign in to comment.