Parse roles in the member building.

This commit is contained in:
Rapptz
2015-08-26 22:06:24 -04:00
parent a85aab92b7
commit af5292872b
2 changed files with 11 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Rapptz'
__version__ = '0.3.0'
__build__ = 0x003000
__version__ = '0.3.1'
__build__ = 0x003010
from client import Client
from user import User