mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 02:57:20 +00:00
Update backend/src/plugins/Utility/functions/getServerInfoEmbed.ts
Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
parent
947d38c870
commit
6b0789599a
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ export async function getServerInfoEmbed(
|
||||||
roleLockedEmojis ? ` (__${roleLockedEmojis} role-locked__)` : ""
|
roleLockedEmojis ? ` (__${roleLockedEmojis} role-locked__)` : ""
|
||||||
}${
|
}${
|
||||||
availableEmojis.size < restGuild.emojis.cache.size
|
availableEmojis.size < restGuild.emojis.cache.size
|
||||||
? ` (__${restGuild.emojis.cache.size - availableEmojis.size} unavailable__)`
|
? ` (__+${restGuild.emojis.cache.size - availableEmojis.size} unavailable__)`
|
||||||
: ""
|
: ""
|
||||||
}`,
|
}`,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue