Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
fix(index.js): fixed the guild display at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
animafps committed Jan 6, 2021
1 parent d65e5e4 commit 2524480
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ client
console.log(
`Client ready; logged in as ${client.user.username}#${client.user.discriminator} (${client.user.id})`
);
console.log(
`Running on servers: ${client.guilds.cache.array().join(', ')}`
);
})
.on('disconnect', () => {
console.warn('Disconnected!');
Expand Down

0 comments on commit 2524480

Please sign in to comment.