MCPcopy 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

1module.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

transmitMethod · 0.80

Tested by

no test coverage detected