mirror of
https://github.com/RGBCube/VReplBot
synced 2025-07-26 16:07:45 +00:00
Better description for &show
This commit is contained in:
parent
75b6c2e8c1
commit
d654b7873b
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ class REPL(
|
||||||
|
|
||||||
@command(
|
@command(
|
||||||
aliases = ("download",),
|
aliases = ("download",),
|
||||||
brief = "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 query."
|
help = "Shows the code in a V playground link."
|
||||||
)
|
)
|
||||||
async def show(self, ctx: Context, query: str | None = None) -> None:
|
async def show(self, ctx: Context, query: str | None = None) -> None:
|
||||||
if not query:
|
if not query:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue