dpytest icon indicating copy to clipboard operation
dpytest copied to clipboard

edit_message doesnt modify sent_queue

Open Blotz opened this issue 3 years ago • 0 comments

Running edit_message doesnt update the Message object in sent_queue with the new context. This results in messages from the sent_queue not including any changes from editing messages

This causes issues when trying to test whether a discord command edits a message due to the fact that you dont have direct access to the message object and can only get the output of the command from the send queue

Blotz avatar Apr 29 '22 13:04 Blotz