Is Kord meant for other api features other than bots?
For example can I use it to make discord api calls to authorize
https://discord.com/oauth2/authorize
Or
https://discord.com/api/users/@me
5 Replies
Or should I just make the requests myself
Or is there another library
it's meant for bots, but you can use the rest module if needed
Solution
though the rest module expects you to use a bot token
if you need an oauth client, they're pretty trivial to write using ktor
Okay thanks