Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bot/exts/fun/status_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, bot: Bot):

@commands.group(
name="http_status",
aliases=("status", "httpstatus"),
aliases=("http", "status", "httpstatus"),
invoke_without_command=True,
)
async def http_status_group(self, ctx: commands.Context, code: int) -> None:
Expand Down