aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-10-27 18:03:51 -0400
committerRapptz <[email protected]>2015-10-27 18:03:51 -0400
commit6ae6bd8e6d14f60c7d5c8febeaa26fbc67a6c283 (patch)
treed40fd613cea71b2f1c20f72d35aa6ccf08233db1 /discord/client.py
parentAdd discord.Object to the documentation. (diff)
downloaddiscord.py-6ae6bd8e6d14f60c7d5c8febeaa26fbc67a6c283.tar.xz
discord.py-6ae6bd8e6d14f60c7d5c8febeaa26fbc67a6c283.zip
Remove InvalidEventName exception due to it being unused
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 4bd8c6be..2497e0f8 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE.
from __future__ import print_function
from . import endpoints
-from .errors import InvalidEventName, InvalidDestination, GatewayNotFound
+from .errors import *
from .user import User
from .channel import Channel, PrivateChannel
from .server import Server