1.0.2 • Published 5 years ago
birbcord v1.0.2
birbcord
Stop the sus!!!
Getting Started
Example on setting up
const { Client } = require('birbcord');
const bot = new Client();
// emits when all shards ready
bot.on('ready', () => {
console.log(`${bot.user.tag} is online!`);
});
bot.connect();