Fix various code around Message.interaction(_metadata)

This commit is contained in:
Soheab
2024-05-07 00:17:37 +02:00
committed by GitHub
parent 0c353548e2
commit 2248fc1946
2 changed files with 5 additions and 5 deletions

View File

@ -667,8 +667,8 @@ class ViewStore:
msg = interaction.message
if msg is not None:
message_id = msg.id
if msg.interaction:
interaction_id = msg.interaction.id
if msg.interaction_metadata:
interaction_id = msg.interaction_metadata.id
key = (component_type, custom_id)