1.1.4 • Published 3 years ago

birbcord v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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();

Documentation

See /docs/Introduction.md

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago