#Check if message has been deleted

1 messages · Page 1 of 1 (latest)

short tinsel
#

I need to check if a message still exists. I have the Message object but can't seem to find a way to check if it still exists (as in check if it's been deleted)

molten mantle
#

use the GetMessageAsync method on the channel which the message was sent to, and check for either and error or null (idk which one you'll get)