From 05cd11b657c83bf8abc99a7bc63d4cfd82ba29ae Mon Sep 17 00:00:00 2001 From: untir_l <87096069+untir-l@users.noreply.github.com> Date: Tue, 11 Jan 2022 22:05:50 +0530 Subject: [PATCH] Fix typo in Audio seek command description (#5530) --- 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`). """