discord-handling
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

Exemple

const { Handle } = require('discord-handling');

let handler = new Handler({
    token: process.env.token,
    indexPath: __dirname,
    prefix: "?"
}); handler.createCommandCollection()
    .createEventCollection()
    .handleEvents()

const client = handler.getClient();

The bot is now ready to be used !

Package Sidebar

Install

npm i discord-handling

Weekly Downloads

0

Version

1.1.5

License

ISC

Unpacked Size

4.87 kB

Total Files

5

Last publish

Collaborators

  • aeziotech