Rapptz 7d08a07cb9 Fix issue with roles being passed in being strings.
Client.add_roles and Client.remove_roles would dispatch to the
Client.replace_roles function. However, replace_roles expects Role
objects while the dispatching involved string IDs. So as a result this
needed another layer of dispatch into a _replace_roles function to do
the actual call that all three of them dispatch to.
2015-12-16 00:14:58 -05:00
..
2015-12-09 19:50:17 -05:00
2015-12-04 22:13:17 -05:00
2015-12-04 22:13:17 -05:00
2015-12-04 23:43:31 -05:00
2015-12-13 02:13:08 -05:00