Browse Source

fix: add SeparatorComponent to __all__

pull/10166/head
DA-344 3 months ago
parent
commit
a1bc73b51b
  1. 1
      discord/components.py

1
discord/components.py

@ -109,6 +109,7 @@ __all__ = (
'SectionComponent',
'Container',
'TextDisplay',
'SeparatorComponent',
)

Loading…
Cancel
Save