diff --git a/bot/exts/fun/status_codes.py b/bot/exts/fun/status_codes.py index cf544a196..f0605142b 100644 --- a/bot/exts/fun/status_codes.py +++ b/bot/exts/fun/status_codes.py @@ -27,8 +27,8 @@ def __init__(self, bot: Bot): 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: