I have a bot and I want to send a message if the content of the last message sent (in the same channel) is not equal to the content of the message I want to send
basically I want to read the previous message and check if it equals to current message and then return, How do I check the previous message?
Thank you!