SpaceManiac / discord-rs

Rust library for the Discord chat client API
MIT License
390 stars 94 forks source link

Added role management apis [work in progress] #100

Closed farcaller closed 4 years ago

farcaller commented 7 years ago

This patch adds support for role management APIs: create, edit, remove, reorder roles; add and remove user from role.

It's almost fully complete, apart from one compiler issue in reorder_roles. I couldn't figure what exactly goes wrong in there, so the code is commented and I'm up for any advice. Otherwise, I can just remove that method.

farcaller commented 7 years ago

... and now I found an open https://github.com/SpaceManiac/discord-rs/pull/96. Oh well. I believe my patch is more on-point though.