diamondburned / arikawa

A Golang library and framework for the Discord API.
ISC License
479 stars 57 forks source link

UserSettings endpoint missing #140

Open PaulDGillis opened 4 years ago

PaulDGillis commented 4 years ago

I was looking to create a PR for changing online visibility/custom status on gtkcord3 but correct me if I'm wrong, the endpoint is missing.

On discord when I debug changing the status it sends a PATCH at /users/@me/settings I've checked api/user.go since the api is the same as discord's docs. I don't mind creating a PR here to add the endpoint just wanted to double check that I didn't miss something before doing so.

Edit 9/15/20: I do plan to get to this pr done still. Things came up in life, I'll try to get the pr in when I can but it may be awhile.

diamondburned commented 4 years ago

A PR would be great.