From a1bc73b51b1b9570481fbde9df5ce4e70d4dfb2f Mon Sep 17 00:00:00 2001 From: DA-344 <108473820+DA-344@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:28:31 +0100 Subject: [PATCH] fix: add SeparatorComponent to __all__ --- discord/components.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/components.py b/discord/components.py index c09adb913..b12de4f5e 100644 --- a/discord/components.py +++ b/discord/components.py @@ -109,6 +109,7 @@ __all__ = ( 'SectionComponent', 'Container', 'TextDisplay', + 'SeparatorComponent', )