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

Commit

Permalink
revert(index.js): removed the guild display at start
Browse files Browse the repository at this point in the history
  • Loading branch information
animafps committed Jan 6, 2021
1 parent d77b9d6 commit d65e5e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ client
.on('debug', console.log)
.on('ready', () => {
client.user.setActivity('/help | animafps.github.io');
client.guilds.forEach(g => console.log(`Bot Running in: ${g.name}`));
console.log(
`Client ready; logged in as ${client.user.username}#${client.user.discriminator} (${client.user.id})`
);
Expand Down

0 comments on commit d65e5e4

Please sign in to comment.