Skip to content

Commit 73eca6c

Browse files
authored
Add http as additional alias for http_status (#1708)
* Add `http` as additional alias for `http_status` * Rename command instead
1 parent cb14fcf commit 73eca6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/exts/fun/status_codes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def __init__(self, bot: Bot):
2727
self.bot = bot
2828

2929
@commands.group(
30-
name="http_status",
31-
aliases=("status", "httpstatus"),
30+
name="http",
31+
aliases=("http_status", "httpstatus", "status"),
3232
invoke_without_command=True,
3333
)
3434
async def http_status_group(self, ctx: commands.Context, code: int) -> None:

0 commit comments

Comments
 (0)