MCPcopy Create free account
hub / github.com/DarkGuy10/BotClient / execute

Function execute

public/structures/Client/events/error.js:3–5  ·  view source on GitHub ↗
(client, error)

Source from the content-addressed store, hash-verified

1module.exports = {
2 name: 'error',
3 async execute(client, error) {
4 client.transmit(this.name, `[${error.code}] ${error.message}`)
5 },
6}

Callers

nothing calls this directly

Calls 1

transmitMethod · 0.80

Tested by

no test coverage detected