mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 04:19:31 +02:00
Documentation
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user