mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix typo in Audio seek command description (#5530)
This commit is contained in:
parent
de53d15cf8
commit
05cd11b657
@ -302,7 +302,7 @@ class PlayerControllerCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
@commands.bot_has_permissions(embed_links=True)
|
@commands.bot_has_permissions(embed_links=True)
|
||||||
async def command_seek(self, ctx: commands.Context, seconds: Union[int, str]):
|
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`).
|
Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user