From 67d19b4fdaa00058d4438ba233f940ca22e201b3 Mon Sep 17 00:00:00 2001 From: Chiggy-Playz Date: Sun, 17 Oct 2021 01:17:28 +0530 Subject: [PATCH] Add ProtocolUrl to __all__ --- discord/enums.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/enums.py b/discord/enums.py index 0e66fb95..47dce905 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -55,6 +55,7 @@ __all__ = ( "InteractionType", "InteractionResponseType", "NSFWLevel", + "ProtocolUrl" )