RANKTW / Discord-Token-Checker

⚡ Discord Token Checker with GUI
MIT License
251 stars 47 forks source link

[suggestion] check if account has nitro or if has 2 unused boost slots #50

Open ghost opened 1 year ago

ghost commented 1 year ago

https://discord.com/api/v9/users/@me/guilds/premium/subscription-slots

if account has no nitro, this API endpoint will return an empty object, else will return the boost slots along with information if they have been used (premium_guild_subscription = null if the boost slot has not been used)

Ghostttie commented 1 year ago

This is something I'd love to see integrated, personally if there was a source available this is something I would've done a while ago.