misc(seautils): added more aliases to showcode
This commit is contained in:
parent
516c0feecc
commit
59848fe857
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class SeaUtils(commands.Cog):
|
||||||
]
|
]
|
||||||
return "\n".join(text)
|
return "\n".join(text)
|
||||||
|
|
||||||
@commands.command(aliases=["source"])
|
@commands.command(aliases=["source", "src", "code", "showsource"])
|
||||||
@commands.is_owner()
|
@commands.is_owner()
|
||||||
async def showcode(self, ctx: commands.Context, *, command: str):
|
async def showcode(self, ctx: commands.Context, *, command: str):
|
||||||
"""Show the code for a particular command."""
|
"""Show the code for a particular command."""
|
||||||
|
|
Loading…
Reference in a new issue