Add a way to set permission overwrites when creating a channel.

This commit is contained in:
Rapptz
2016-06-14 20:48:41 -04:00
parent 46babe822a
commit f0fc70b2cf
3 changed files with 73 additions and 5 deletions

View File

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