Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
80 changed files with 2634 additions and 2148 deletions
Showing only changes of commit ccf7e65c50 - Show all commits

View File

@ -608,8 +608,8 @@ ColorConverter = ColourConverter
class RoleConverter(IDConverter):
"""Converts to a :class:`~discord.Role`.
All lookups are via the local guild. If in a DM context, then the lookup
is done by the global cache.
All lookups are via the local guild. If in a DM context, the converter raises
:exc:`.NoPrivateMessage` exception.
The lookup strategy is as follows (in order):