__on_discord_message_delete
__on_discord_message_delete(message_id, channel)
#
Executes when a message is deleted in a channel the bot has access to.
Event inputs#
Value | Type | Description |
---|---|---|
message_id |
String | The id of the message that was deleted. |
channel |
Channel | The channel in which the message was deleted |