mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 04:19:31 +02:00
Add requires_authorization utility
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
from .client import DiscordOAuth2Session
|
||||
|
||||
from .exceptions import *
|
||||
from .utils import *
|
||||
|
||||
from .client import DiscordOAuth2Session
|
||||
|
||||
|
||||
__all__ = [
|
||||
"DiscordOAuth2Session",
|
||||
"requires_authorization",
|
||||
|
||||
"HttpException",
|
||||
"Unauthorized",
|
||||
]
|
||||
|
||||
|
||||
__version__ = "0.1.10"
|
||||
__version__ = "0.1.11"
|
||||
|
||||
Reference in New Issue
Block a user