Implement discord.MessageFlags

Refactor flags placement and use it for suppression.
This commit is contained in:
NCPlayz
2019-11-20 19:57:34 +00:00
committed by Rapptz
parent fe1ebb3144
commit 9c6a121644
6 changed files with 284 additions and 125 deletions

View File

@ -27,7 +27,8 @@ from .emoji import Emoji
from .partial_emoji import PartialEmoji
from .activity import *
from .channel import *
from .guild import Guild, SystemChannelFlags
from .guild import Guild
from .flags import SystemChannelFlags, MessageFlags
from .relationship import Relationship
from .member import Member, VoiceState
from .message import Message, Attachment