Update pyright version

This commit is contained in:
Josh
2023-07-01 18:26:27 -04:00
committed by GitHub
parent 0871b34fc8
commit 630b2a1e55
17 changed files with 45 additions and 27 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ class SelectMenu(Component):
def to_dict(self) -> SelectMenuPayload:
payload: SelectMenuPayload = {
'type': self.type.value,
'type': self.type.value, # type: ignore # we know this is a select menu.
'custom_id': self.custom_id,
'min_values': self.min_values,
'max_values': self.max_values,