Closed xFGhoul closed 2 years ago
I can't say for sure since I can't see the code, but looks like you set client_id to an int? It should be a string.
I can add str() so ints work too eventually, but in the meantime if you make sure you're only passing strings into the DiscordOAuthClient's initialization it should fix the bug.
Checked docs too, the params aren't documented as strings, so that's also something I'll be fixing at some point. I'll leave this issue open until these are fixed.
Code: