Server members are now their own class that subclass Users.

Roles are also now properly parsed.
This commit is contained in:
Rapptz
2015-08-26 07:43:05 -04:00
parent bcaf33e304
commit 108f0a6c45
3 changed files with 59 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ __build__ = 0x002010
from client import Client
from user import User
from channel import Channel, PrivateChannel
from server import Server
from server import Server, Member, Permissions, Role
from message import Message
from errors import *
from permissions import Permissions