Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DarkGuy10/BotClient
/ execute
Function
execute
public/structures/Client/events/messageDelete.js:3–5 ·
view source on GitHub ↗
(client, message)
Source
from the content-addressed store, hash-verified
1
module.exports = {
2
name:
'messageDelete'
,
3
async
execute(client, message) {
4
client.transmit(this.name, message.id, message.channelId)
5
},
6
}
Callers
nothing calls this directly
Calls
1
transmit
Method · 0.80
Tested by
no test coverage detected