mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Fix channel_points_custom_reward_id
This commit is contained in:
@@ -49,7 +49,7 @@ class MessageEvent(BaseModel):
|
|||||||
color: str
|
color: str
|
||||||
reply: ChatMessageReplyMetadata | None
|
reply: ChatMessageReplyMetadata | None
|
||||||
|
|
||||||
channel_points_custom_reward_id: str
|
channel_points_custom_reward_id: str | None
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def from_twitch_event(cls, event: ChannelChatMessageEvent):
|
def from_twitch_event(cls, event: ChannelChatMessageEvent):
|
||||||
|
|||||||
Reference in New Issue
Block a user