Browse Source

chore: revert double quotes to single quotes

pull/10166/head
DA344 1 week ago
committed by GitHub
parent
commit
cf21c5bf80
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/types/components.py

2
discord/types/components.py

@ -33,7 +33,7 @@ from .channel import ChannelType
ComponentType = Literal[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17] ComponentType = Literal[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17]
ButtonStyle = Literal[1, 2, 3, 4, 5, 6] ButtonStyle = Literal[1, 2, 3, 4, 5, 6]
TextStyle = Literal[1, 2] TextStyle = Literal[1, 2]
DefaultValueType = Literal["user", "role", "channel"] DefaultValueType = Literal['user', 'role', 'channel']
SeparatorSize = Literal[1, 2] SeparatorSize = Literal[1, 2]
MediaItemLoadingState = Literal[0, 1, 2, 3] MediaItemLoadingState = Literal[0, 1, 2, 3]

Loading…
Cancel
Save