UNPKG

free-code

Version:

Makes free code for discord.js command/bots

5 lines (4 loc) 131 B
const client = require('../../src/index'); client.on('ready', () => { console.log(`${client.user.tag} is now online!`); })