mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
fix imports to fix docs
This commit is contained in:
parent
95c618bbe1
commit
53fee10d8c
3 changed files with 3 additions and 5 deletions
|
@ -90,11 +90,6 @@ SystemChannelFlags
|
|||
|
||||
.. autoclass:: SystemChannelFlags()
|
||||
|
||||
GuildFeatures
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
.. autoclass:: GuildFeatures()
|
||||
|
||||
Guild
|
||||
~~~~~
|
||||
.. attributetable:: Guild
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -27,3 +27,4 @@ from .thread import *
|
|||
from .webhook import *
|
||||
from .emoji import *
|
||||
from .role import *
|
||||
from .member import GuildMember
|
||||
|
|
Loading…
Reference in a new issue