Fix typo in Audio seek command description (#5530)

This commit is contained in:
untir_l 2022-01-11 22:05:50 +05:30 committed by GitHub
parent de53d15cf8
commit 05cd11b657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,7 @@ class PlayerControllerCommands(MixinMeta, metaclass=CompositeMetaClass):
@commands.guild_only()
@commands.bot_has_permissions(embed_links=True)
async def command_seek(self, ctx: commands.Context, seconds: Union[int, str]):
"""Seek ahead or behind on a track by seconds or a to a specific time.
"""Seek ahead or behind on a track by seconds or to a specific time.
Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).
"""