Closed Jack073 closed 1 year ago
Currently the GetInvite with_counts() and with_expiration() don't work as the query string they append uses - instead of _ in the keys, as specified in the API docs - https://discord.com/developers/docs/resources/invite#get-invite-query-string-params.
with_counts()
with_expiration()
-
_
Apologies for adding a commit after, I just saw that as well when I was playing with my bot.
Currently the GetInvite
with_counts()
andwith_expiration()
don't work as the query string they append uses-
instead of_
in the keys, as specified in the API docs - https://discord.com/developers/docs/resources/invite#get-invite-query-string-params.