fix imports to fix docs

This commit is contained in:
grey-cat-1908 2022-05-25 10:19:08 +03:00
parent 95c618bbe1
commit 53fee10d8c
3 changed files with 3 additions and 5 deletions

View file

@ -90,11 +90,6 @@ SystemChannelFlags
.. autoclass:: SystemChannelFlags()
GuildFeatures
~~~~~~~~~~~~~~~~
.. autoclass:: GuildFeatures()
Guild
~~~~~
.. attributetable:: Guild

View file

@ -4,6 +4,8 @@
from .client import Client, Bot
from .models import *
from .exceptions import *
from .rest import RESTApp
from .cache import (CacheManager, AutoCacheModels)
__package__ = "melisa"
__title__ = "Melisa"

View file

@ -27,3 +27,4 @@ from .thread import *
from .webhook import *
from .emoji import *
from .role import *
from .member import GuildMember