Add requires_authorization utility

This commit is contained in:
thecosmos
2020-04-29 18:38:23 +05:30
parent 30f6bc7d7a
commit e05d247408
6 changed files with 45 additions and 6 deletions

View File

@@ -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"