From aa2214f13f93e370e4053a20017a5e205166797a Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Sat, 4 Jun 2022 03:00:59 +0200 Subject: [PATCH] [3.4] Fix typo in Audio seek command description (#5530) (#5734) (cherry picked from commit 05cd11b657c83bf8abc99a7bc63d4cfd82ba29ae) Co-authored-by: untir_l <87096069+untir-l@users.noreply.github.com> Co-authored-by: untir_l <87096069+untir-l@users.noreply.github.com> --- redbot/cogs/audio/core/commands/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/audio/core/commands/controller.py b/redbot/cogs/audio/core/commands/controller.py index 753a29148..795a6cf8e 100644 --- a/redbot/cogs/audio/core/commands/controller.py +++ b/redbot/cogs/audio/core/commands/controller.py @@ -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`). """