Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/wavelink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ Exceptions
----------
status: int
The response status code.
reason: str | None
The response reason. Could be ``None`` if no reason was provided.
error: str
The HTTP status code message.

.. py:exception:: LavalinkLoadException

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions wavelink/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class LavalinkException(WavelinkException):
----------
status: int
The response status code.
reason: str | None
The response reason. Could be ``None`` if no reason was provided.
error: str
The HTTP status code message.
"""

def __init__(self, msg: str | None = None, /, *, data: ErrorResponse) -> None:
Expand Down