Implement User.profile coroutine to get a user's profile.

This commit is contained in:
Rapptz
2017-01-24 21:55:23 -05:00
parent e1aaf74fa7
commit 02f30f21c4
4 changed files with 70 additions and 2 deletions

View File

@ -18,7 +18,7 @@ __copyright__ = 'Copyright 2015-2017 Rapptz'
__version__ = '1.0.0a0'
from .client import Client, AppInfo, ChannelPermissions
from .user import User, ClientUser
from .user import User, ClientUser, Profile
from .game import Game
from .emoji import Emoji, PartialEmoji
from .channel import *