Add Client.application_info to retrieve the current app info.

Fixes #241.
This commit is contained in:
Rapptz
2016-06-10 22:28:15 -04:00
parent fe5c369fe9
commit a175c86aa1
4 changed files with 66 additions and 2 deletions

View File

@ -17,7 +17,7 @@ __license__ = 'MIT'
__copyright__ = 'Copyright 2015-2016 Rapptz'
__version__ = '0.10.0-alpha'
from .client import Client
from .client import Client, AppInfo
from .user import User
from .game import Game
from .channel import Channel, PrivateChannel