Skip to content

Commit

Permalink
Refactor: ready log (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jun 10, 2023
1 parent e013f2d commit 76f2c01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ client.on('ready', () => {
console.log(
` - ${guild.name} (${guild.memberCount}) Owner: ${await guild
.fetchOwner()
.then(
(owner) => `${owner.user.username}#${owner.user.discriminator}`,
)}`,
.then((owner) => owner.user.tag)}`,
)
})
workerClientMap = new WorkerClientMap(process.env.WORKER_TOKENS, client)
Expand Down

0 comments on commit 76f2c01

Please sign in to comment.