Skip to content

Commit 04d748a

Browse files
authored
sep
1 parent 4bd1647 commit 04d748a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/separator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343
self.spacing = spacing
4444

4545
self._underlying = SeparatorComponent._raw_construct(
46-
type=ComponentType.text_display,
46+
type=ComponentType.separator,
4747
id=None,
4848
divider=divider,
4949
spacing=spacing,

0 commit comments

Comments
 (0)