From 73eca6c688e8bdd138b274c655f8eb0d565819d4 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Fri, 7 Nov 2025 10:44:16 -0600 Subject: Add `http` as additional alias for `http_status` (#1708) * Add `http` as additional alias for `http_status` * Rename command instead --- bot/exts/fun/status_codes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot/exts/fun/status_codes.py') diff --git a/bot/exts/fun/status_codes.py b/bot/exts/fun/status_codes.py index cf544a19..f0605142 100644 --- a/bot/exts/fun/status_codes.py +++ b/bot/exts/fun/status_codes.py @@ -27,8 +27,8 @@ class HTTPStatusCodes(commands.Cog): self.bot = bot @commands.group( - name="http_status", - aliases=("status", "httpstatus"), + name="http", + aliases=("http_status", "httpstatus", "status"), invoke_without_command=True, ) async def http_status_group(self, ctx: commands.Context, code: int) -> None: -- cgit v1.2.3