Skip to content

Commit 5d04570

Browse files
LumabotsDorukyum
andauthored
Update discord/ext/bridge/core.py
Co-authored-by: Dorukyum <[email protected]> Signed-off-by: Lumouille <[email protected]>
1 parent 1e59007 commit 5d04570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ext/bridge/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def predicate(func: Callable | ApplicationCommand):
581581

582582

583583
class MentionableConverter(Converter):
584-
"""A converter that can convert a mention to a member or a role, preferring Member in guilds."""
584+
"""A converter that can convert a mention to a member, a user or a role."""
585585

586586
async def convert(self, ctx, argument):
587587
try:

0 commit comments

Comments
 (0)