Skip to content
Ayfri edited this page Jul 15, 2021 · 5 revisions

Advanced Command Handler

This is a node.js library written in typescript for more than a year that is here to simplify bot creation with automation for commands/events handling, defaults commands/events, plus some utils classes and functions.

You can see examples here. There is also technically an "example" within the tests folder (but you shouldn't use it).

v3 version

The v3 is an almost complete rewrite of the handler, breaking a lot of things, you will need to adopt a different architecture than on v2. There is a complete guide on how to upgrade here.

For now the v3 is not very stable nor very tested, but you can still test it out, information on how to get it are in the guide upper.

Documentation

There is an automatically-generated documentation here.
You can see how to use this library here.