UNPKG

rcnlx

Version:

A cli to generate discord.js projects

10 lines (8 loc) 300 B
const client = require('../../../index'); // channelCreate /* Emitted whenever a channel is created. PARAMETER TYPE DESCRIPTION channel Channel The channel that was created */ client.on("channelCreate", (channel) => { console.log(`channelCreate: ${channel}`); });