Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
z03h committed Oct 12, 2024
1 parent 57de173 commit 6bfd2cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/ext/commands/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6bfd2cc

Please sign in to comment.