mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Separate colour tuple into its own class.
Also enumerate all the constant colours that Discord currently supports.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user