-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(UserGuilds): support with_counts parameter #1500
Conversation
I think it would be better to add a new method You could also update struct member docs for |
@Earlopain There would be no |
Oh, right. Tbh, I don't know how this is usually handled, I haven't been around here for very long. @FedorLap2006 should be able to give some input there. |
I think there is no point in introducing a separate function for |
Co-authored-by: Fedor Lapshin <[email protected]>
Co-authored-by: Fedor Lapshin <[email protected]>
UserGuilds()
--------- Co-authored-by: Fedor Lapshin <[email protected]>
This PR adds support for the
with_count
query parameter on theUserGuilds()
function.Additionally, the
limit
of returned guilds has been increased from 100 to 200.Reference: https://discord.com/developers/docs/resources/user#get-current-user-guilds