You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: