Rapptz 3d03dbc451 Change internal role storage in Guild to a dict instead of a list.
This adds the following APIs:

* Guild.get_role

This removes the following APIs:

* Guild.role_hierarchy

To compensate for the removed APIs, Guild.roles is now a sorted list
based on hierarchy. The first element will always be the @everyone
role.

This speeds up access at the cost of some memory, theoretically.
2018-09-24 21:08:48 -04:00
..
2017-09-21 21:15:37 -04:00
2018-09-24 04:06:34 -04:00
2018-09-15 18:28:57 -04:00
2017-05-13 21:31:38 -04:00
2018-01-06 17:23:59 -05:00
2018-01-06 17:23:59 -05:00