boost
Shows all boosters of server with some info about that
Available options:
Shows list of all server boosters as a list. Sadly discord provides no way to know anything else than date since when they started boosting. That means no info about how many boosts there are, not info about end, nothing.
This command shows start date of boosting and when will next 30 day "window" end for each of boosters. "30 day window" is basically calculation of how many times 30 days passed since boost start and then counting how many days there are between now and next 30 days pass. I.e. using formula:
`now + (30 - ((now - boost) % 30))`
As for how useful this calculation and its value is - no idea.