Documentation

This commit is contained in:
thecosmos
2019-05-08 16:41:51 +05:30
parent ce488393e6
commit 767611b603
10 changed files with 288 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
from .guild import Guild
from .user import User, Bot
from .connections import UserConnection
from .connections import UserConnection, Integration
__all__ = [
@@ -8,4 +8,5 @@ __all__ = [
"User",
"Bot",
"UserConnection",
"Integration",
]