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."""