diff --git a/backend/src/plugins/Utility/functions/serverInfo.ts b/backend/src/plugins/Utility/functions/serverInfo.ts index 3f872700..f515ae8e 100644 --- a/backend/src/plugins/Utility/functions/serverInfo.ts +++ b/backend/src/plugins/Utility/functions/serverInfo.ts @@ -146,7 +146,7 @@ export async function serverInfo(pluginData: PluginData, serv 2: 150, 3: 250, }[restGuild.premiumTier] || 50; - otherStats.push(`Emojis: **${restGuild.emojis.length}** / ${maxEmojis}`); + otherStats.push(`Emojis: **${restGuild.emojis.length}** / ${maxEmojis * 2}`); } else { otherStats.push(`Emojis: **${guildPreview.emojis.length}**`); }