From 59848fe85701f959ed337c6c94adee34db3700f4 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 13 May 2024 20:22:13 -0400 Subject: [PATCH] misc(seautils): added more aliases to showcode --- seautils/seautils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seautils/seautils.py b/seautils/seautils.py index 367ff3d..c59d089 100644 --- a/seautils/seautils.py +++ b/seautils/seautils.py @@ -31,7 +31,7 @@ class SeaUtils(commands.Cog): ] return "\n".join(text) - @commands.command(aliases=["source"]) + @commands.command(aliases=["source", "src", "code", "showsource"]) @commands.is_owner() async def showcode(self, ctx: commands.Context, *, command: str): """Show the code for a particular command."""