Fix documentation for RoleConverter

This commit is contained in:
jack1142
2021-04-21 23:24:04 -04:00
committed by GitHub
parent 157801bc90
commit a55e817ffe
+2 -2
View File
@@ -592,8 +592,8 @@ ColorConverter = ColourConverter
class RoleConverter(IDConverter[discord.Role]): class RoleConverter(IDConverter[discord.Role]):
"""Converts to a :class:`~discord.Role`. """Converts to a :class:`~discord.Role`.
All lookups are via the local guild. If in a DM context, then the lookup All lookups are via the local guild. If in a DM context, the converter raises
is done by the global cache. :exc:`.NoPrivateMessage` exception.
The lookup strategy is as follows (in order): The lookup strategy is as follows (in order):