diff --git a/discord/ext/commands/converter.py b/discord/ext/commands/converter.py index bc6f2a5ee170..744a00fd3020 100644 --- a/discord/ext/commands/converter.py +++ b/discord/ext/commands/converter.py @@ -965,6 +965,7 @@ class SoundboardSoundConverter(IDConverter[discord.SoundboardSound]): .. versionadded:: 2.5 """ + async def convert(self, ctx: Context[BotT], argument: str) -> discord.SoundboardSound: guild = ctx.guild match = self._get_id_match(argument)