Skip to content

Commit d9c465b

Browse files
authored
ComponentType
1 parent edb4951 commit d9c465b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ class ComponentType(Enum):
734734
separator = 14
735735
content_inventory_entry = 16
736736
container = 17
737+
label = 18
737738

738739
def __int__(self):
739740
return self.value

0 commit comments

Comments
 (0)