Discord bot/api
How can i get an output list of all the nitro users on my servers through a bot?
Thanks.
0
-
https://discordapp.com/developers/docs/resources/user#user-object-premium-types
Users have a parameter that describes what sort of Discord Nitro subscription they have, if any.
Loop through all users, check their premium type, put the users with the type(s) you're looking for to a list to do further processing on.0
Please sign in to leave a comment.
Comments
1 comment