Add ProtocolUrl to __all__

This commit is contained in:
Chiggy-Playz 2021-10-17 01:17:28 +05:30
parent 4932eb84ee
commit 67d19b4fda

View File

@ -55,6 +55,7 @@ __all__ = (
"InteractionType",
"InteractionResponseType",
"NSFWLevel",
"ProtocolUrl"
)