Add support for reading SelectMenu components from messages

This commit is contained in:
Rapptz
2021-05-28 05:34:21 -04:00
parent 8bd17ede47
commit ff36aedf7b
4 changed files with 199 additions and 3 deletions
+1
View File
@@ -458,6 +458,7 @@ class VideoQualityMode(Enum):
class ComponentType(Enum):
action_row = 1
button = 2
select = 3
def __int__(self):
return self.value