jack1142
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
discord/ext/commands/converter.py
|
|
@ -592,8 +592,8 @@ ColorConverter = ColourConverter |
|
|
|
class RoleConverter(IDConverter[discord.Role]): |
|
|
|
"""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): |
|
|
|
|
|
|
|