mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 01:16:21 +00:00
@ -142,7 +142,7 @@ class ConverterTransformer(app_commands.Transformer):
|
||||
else:
|
||||
return await converter().convert(ctx, value) # type: ignore
|
||||
elif isinstance(converter, Converter):
|
||||
return await converter.convert(ctx, value) # type: ignore
|
||||
return await converter.convert(ctx, value)
|
||||
except CommandError:
|
||||
raise
|
||||
except Exception as exc:
|
||||
|
Reference in New Issue
Block a user