1.1.4 • Published 2 years ago

birbcord v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago