We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1647 commit 04d748aCopy full SHA for 04d748a
discord/ui/separator.py
@@ -43,7 +43,7 @@ def __init__(
43
self.spacing = spacing
44
45
self._underlying = SeparatorComponent._raw_construct(
46
- type=ComponentType.text_display,
+ type=ComponentType.separator,
47
id=None,
48
divider=divider,
49
spacing=spacing,
0 commit comments