diff --git a/nightly/nightly/night.py b/nightly/nightly/night.py index 6f8d81e..bfa9b0b 100644 --- a/nightly/nightly/night.py +++ b/nightly/nightly/night.py @@ -84,7 +84,7 @@ class Night(commands.Cog): print("synced") await ctx.reply("synced") - @commands.hybrid_command() + @commands.hybrid_command(aliases=["lc"]) async def leetcode(self, ctx: commands.Context, url: str): match = re.search(r"/problems/([a-z0-9\-]*)", url) if not match: