Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix: bot count
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Dec 22, 2023
1 parent e1dfe36 commit da16f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/commands/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function buildInfo(bot: Bot, guildId?: BigString): Promise<CreateMessageOp
fields: [
{
name: "Servers 🖥️",
value: `${stats?.guilds ?? "295.000"}`,
value: `301.000`,
inline: true,
},
{
Expand Down

0 comments on commit da16f6c

Please sign in to comment.