We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e59007 commit 5d04570Copy full SHA for 5d04570
discord/ext/bridge/core.py
@@ -581,7 +581,7 @@ def predicate(func: Callable | ApplicationCommand):
581
582
583
class MentionableConverter(Converter):
584
- """A converter that can convert a mention to a member or a role, preferring Member in guilds."""
+ """A converter that can convert a mention to a member, a user or a role."""
585
586
async def convert(self, ctx, argument):
587
try:
0 commit comments