-
Notifications
You must be signed in to change notification settings - Fork 585
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This means: - `PartialGuild::greater_member_hierarchy` isn't a duplicate of `Guild::greater_member_hierarchy` anymore - `Guild::greater_member_hierarchy` doesn't need the cache parameter, and this can be removed in a followup PR to next. - `Guild::member_highest_role` doesn't need cache and can return back a reference to the role, instead of id and position which then required another lookup.
- Loading branch information
Showing
3 changed files
with
48 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters