Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Jun 27, 2024
1 parent 4cf26ec commit 375824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/bot.ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function initClientReady() {
`Logged in as ${client.user?.username}#${client.user?.discriminator} (${client.user?.id})`,
);
log.info(
`The bot is currently on ${client.guilds.cache.size} guilds with ${await getUserCount()} users and manages ${await getRolesCount()} roles`,
`The bot is currently in ${client.guilds.cache.size} guilds with ${await getUserCount()} users and manages ${await getRolesCount()} roles`,
);

// checkroles:
Expand Down

0 comments on commit 375824b

Please sign in to comment.