We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60303e6 + 73eca6c commit c074c94Copy full SHA for c074c94
1 file changed
bot/exts/fun/status_codes.py
@@ -27,8 +27,8 @@ def __init__(self, bot: Bot):
27
self.bot = bot
28
29
@commands.group(
30
- name="http_status",
31
- aliases=("status", "httpstatus"),
+ name="http",
+ aliases=("http_status", "httpstatus", "status"),
32
invoke_without_command=True,
33
)
34
async def http_status_group(self, ctx: commands.Context, code: int) -> None:
0 commit comments