Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 257 Bytes

usdserverboostcount.md

File metadata and controls

18 lines (12 loc) · 257 Bytes
description
Returns the amount of boosts this server has

$serverBoostCount

This function returns how many boosts the current guild has

bot.command({
name: "boosts", 
code: `
This server have $serverBoostCount boosts!` 
})