From 566db717272ac4dcb002de17f7047f0f55765b26 Mon Sep 17 00:00:00 2001 From: dolfies Date: Mon, 24 Apr 2023 19:31:42 -0400 Subject: [PATCH] Expose ProfileBadge --- discord/profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/profile.py b/discord/profile.py index 78ef0e255..4f32f4e56 100644 --- a/discord/profile.py +++ b/discord/profile.py @@ -52,6 +52,7 @@ if TYPE_CHECKING: __all__ = ( 'ApplicationProfile', 'MutualGuild', + 'ProfileBadge', 'UserProfile', 'MemberProfile', )