4.4.3 • Published 4 years ago

ezcord v4.4.3

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
4 years ago

EzCord

NPM Hello everyone, we understand the issues that we are having at the moment. You can downgrade to 2.7.8 to fix this. Fixed

Example usage:

const { EzcordClient } = require('ezcord');
const bot = new EzcordClient('token', 'prefix');
bot.on('command', (command) => {
    if(command.cmd === 'ping') {
        command.respond('Pong!');
    };
});
bot.connect();

EzCord is a quick and easy way for you to develop a discord bot.

4.4.3

4 years ago

4.5.1

4 years ago

4.5.0

4 years ago

4.4.1

4 years ago

4.4.2

4 years ago

4.4.0

4 years ago

4.3.2

4 years ago

4.3.0

4 years ago

4.2.0

4 years ago

4.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

4.0.2

4 years ago

2.7.8

4 years ago

2.7.6

4 years ago

2.7.5

4 years ago

2.7.4

4 years ago

2.7.3

4 years ago

2.7.2

4 years ago

2.7.1

4 years ago

2.7.0

4 years ago

2.6.1

4 years ago

2.6.0

4 years ago

2.5.2

4 years ago

2.5.0

4 years ago

2.3.0

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago