UNPKG

ogmatrix-event

Version:

A cool Discord Event Handler.

9 lines (8 loc) 268 B
const client = require('../../index.js') // debug /* Emitted for general debugging information. PARAMETER TYPE DESCRIPTION info string The debug information */ client.on("debug", (info) => { console.log(`debug -> ${info}`); });