#How do you send a deleted message to a channel
10 messages · Page 1 of 1 (latest)
deleted how? if you're sending the message then it's not deleted. you need to explain more
listen to the messageDelete event, if the message isnt cached before, you cant.
Can you type an example?
for mod purposes. so like if someone deletes a message, it will send that deleted message to a mod channel.. if thats possible
like said, listen to the messageDelete event.
its just like the messageCreate event, with the exception that you dont receive anything useful if the message wasnt cached
(event) Client#messageDelete
Emitted whenever a message is deleted.
Message#content
The content of the message