mirror of
https://github.com/TheCaduceus/FileStreamBot.git
synced 2026-01-15 16:33:25 -03:00
Bump to v1.5
This commit is contained in:
@@ -28,4 +28,4 @@ async def http_error(error: HTTPError):
|
||||
return error.description or error_message, error.status_code
|
||||
|
||||
def abort(status_code: int = 500, description: str = None):
|
||||
raise HTTPError(status_code, description)
|
||||
raise HTTPError(status_code, description)
|
||||
|
||||
Reference in New Issue
Block a user