mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-09 03:07:00 +00:00
Move websocket hub to the new gateway.
This commit is contained in:
@ -31,3 +31,7 @@ class InvalidEventName(Exception):
|
||||
class InvalidDestination(Exception):
|
||||
"""Thrown when the destination from :meth:`Client.send_message` is invalid."""
|
||||
pass
|
||||
|
||||
class GatewayNotFound(Exception):
|
||||
"""Thrown when the gateway hub for the :class:`Client` websocket is not found."""
|
||||
pass
|
||||
|
Reference in New Issue
Block a user