Separate colour tuple into its own class.

Also enumerate all the constant colours that Discord currently
supports.
This commit is contained in:
Rapptz
2015-10-16 07:13:24 -04:00
parent ab2512785b
commit 411b477a02
5 changed files with 220 additions and 53 deletions

View File

@ -28,7 +28,8 @@ from . import endpoints
from .errors import InvalidEventName, InvalidDestination, GatewayNotFound
from .user import User
from .channel import Channel, PrivateChannel
from .server import Server, Member, Permissions, Role
from .server import Server, Member
from .role import Role, Permissions
from .message import Message
from . import utils
from .invite import Invite