mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
chore: n/a for 0 server
This commit is contained in:
parent
eae0ade268
commit
3ac7d3f355
@ -134,7 +134,7 @@ export const BotBadgeType = (data: Bot) => {
|
|||||||
return {
|
return {
|
||||||
servers: {
|
servers: {
|
||||||
label: '서버수',
|
label: '서버수',
|
||||||
status: formatNumber(data.servers),
|
status: data.servers === 0 ? 'N/A' : formatNumber(data.servers),
|
||||||
color: '7289DA'
|
color: '7289DA'
|
||||||
},
|
},
|
||||||
votes: {
|
votes: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user