aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bot/exts/fun/status_codes.py4
1 files changed, 2 insertions, 2 deletions
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: