edb.js

0.0.6 • Public • Published

edb.js

Just method to build Discord bots easy.


NPM downloads     NPM version     License    


Setup

const edb = require('edb.js');

edb.addCommand("ping", (message) => {
    message.reply("Pong!");
  });

edb.run("your-token", "your-prefix");

This package is in beta version!

Package Sidebar

Install

npm i edb.js

Weekly Downloads

1

Version

0.0.6

License

ISC

Unpacked Size

2.65 kB

Total Files

3

Last publish

Collaborators

  • freeutka