How to create a module
Creating a module is simple, we have purposefully designed it this way to make modules stress free. You can make modules as complex, or as simple as you like, there is no requirement to use any of our specialist command handlers or event handlers. These are included to make your life easier.
Create a module.
First, create a folder in the modules folder, this can be named whatever you like, it does not matter. Next, within this folder, create a module.js folder. This is the "brain" of the module, and is what the bot will end up reading. Next, you need to create the code for the module file, it is relatively simple and can just be copied from below.
Last updated