Skip to content

Commit

Permalink
fix: correctly set responded in edit_origin (#1704)
Browse files Browse the repository at this point in the history
Signed-off-by: Rqtl <[email protected]>
  • Loading branch information
ItsRqtl authored Jun 25, 2024
1 parent 896b094 commit cf395d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interactions/models/internal/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ async def edit_origin(
if message_data:
message = self.client.cache.place_message_data(message_data)
self.message_id = message.id
self.responded = True
return message

@property
Expand Down

0 comments on commit cf395d1

Please sign in to comment.