mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +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 {
|
||||
servers: {
|
||||
label: '서버수',
|
||||
status: formatNumber(data.servers),
|
||||
status: data.servers === 0 ? 'N/A' : formatNumber(data.servers),
|
||||
color: '7289DA'
|
||||
},
|
||||
votes: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user