Browse Source
[docs] Fix PublicUserFlags not showing up
pull/4178/head
Nadir Chowdhury
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/__init__.py
|
|
@ -28,7 +28,7 @@ from .partial_emoji import PartialEmoji |
|
|
|
from .activity import * |
|
|
|
from .channel import * |
|
|
|
from .guild import Guild |
|
|
|
from .flags import SystemChannelFlags, MessageFlags |
|
|
|
from .flags import * |
|
|
|
from .relationship import Relationship |
|
|
|
from .member import Member, VoiceState |
|
|
|
from .message import Message, Attachment |
|
|
|