1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-07-25 23:47:45 +00:00

Better description for &show

This commit is contained in:
RGBCube 2023-01-31 19:48:00 +03:00
parent 75b6c2e8c1
commit d654b7873b

View file

@ -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: