Add support for system channel flags

This commit is contained in:
Rapptz
2019-06-06 22:30:02 -04:00
parent fcf02414fe
commit 320dbc0618
4 changed files with 140 additions and 3 deletions

View File

@ -26,7 +26,7 @@ from .user import User, ClientUser, Profile
from .emoji import Emoji, PartialEmoji
from .activity import *
from .channel import *
from .guild import Guild
from .guild import Guild, SystemChannelFlags
from .relationship import Relationship
from .member import Member, VoiceState
from .message import Message, Attachment