aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-12-09 23:31:18 -0500
committerRapptz <[email protected]>2015-12-09 23:31:18 -0500
commite4cdbca476cb3e1fa58195c319f17ecc8ba9ea62 (patch)
tree5434fbb28a744ec9efdd43485f21433963dac5f0
parentI'm being forced to change the user agent string again. (diff)
downloaddiscord.py-e4cdbca476cb3e1fa58195c319f17ecc8ba9ea62.tar.xz
discord.py-e4cdbca476cb3e1fa58195c319f17ecc8ba9ea62.zip
Add missing Role import in Client.
-rw-r--r--discord/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/client.py b/discord/client.py
index 853c2a6c..bb70ac4e 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -32,6 +32,7 @@ from .server import Server
from .message import Message
from .invite import Invite
from .object import Object
+from .role import Role
from .errors import *
from .state import ConnectionState
from . import utils