From 0413e9fe13f50f323174e3b698e8eb21512f43ea Mon Sep 17 00:00:00 2001 From: timofey Date: Thu, 16 May 2024 23:39:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=9Flc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nightly/nightly/night.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: