Source code for acord.bases.flags.minors
# File for holding smaller flags
from .base import BaseFlagMeta
[docs]class IMessageFlags(BaseFlagMeta):
EPHEMERAL = 1 << 6
""" only the user receiving the message can see it """
# File for holding smaller flags
from .base import BaseFlagMeta
[docs]class IMessageFlags(BaseFlagMeta):
EPHEMERAL = 1 << 6
""" only the user receiving the message can see it """