@luizffgv/glimmer
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Glimmer

Glimmer is a simple Discord bot framework built around discord.js.

Documentation

You can generate documentation by running the docs NPM script.

Using Glimmer

To use Glimmer you must add it as a dependency, then create a Glimmer instance and add modules to it (you can use .addModules()). As a last step, .start() it.

Modules

Glimmer is modular. This means someone can make a package containing a Glimmer module and you can easily import its functionality into a Glimmer bot.

A Glimmer module currently supplies commands, categories of commands, and event handlers. To create a Glimmer module, check the documentation for the Module class.

Readme

Keywords

none

Package Sidebar

Install

npm i @luizffgv/glimmer

Weekly Downloads

207

Version

1.2.0

License

MIT

Unpacked Size

34.3 kB

Total Files

13

Last publish

Collaborators

  • luizffgv