From d654b7873b87f2e313a1a219d12ebaefc649d68a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 31 Jan 2023 19:48:00 +0300 Subject: [PATCH] Better description for &show --- v_repl_bot/cogs/repl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v_repl_bot/cogs/repl.py b/v_repl_bot/cogs/repl.py index 50df473..acd3d9d 100644 --- a/v_repl_bot/cogs/repl.py +++ b/v_repl_bot/cogs/repl.py @@ -69,8 +69,8 @@ class REPL( @command( aliases = ("download",), - brief = "Shows the code in a V playground query.", - help = "Shows the code in a V playground query." + brief = "Shows the code in a V playground link.", + help = "Shows the code in a V playground link." ) async def show(self, ctx: Context, query: str | None = None) -> None: if not query: