Welcome to JellyCommands! A framework built around discord.js that allows you to easily create fully featured Discord bots. This guide will be easier to following with our official template. You can get started by running the following command:
Project Structure
Now you’ve got your project created, take a moment to familiarise yourself with the structure:
The Client
JellyCommands wraps the discord.js Client to provide a framework for building Discord Bots. If you’re familiar with discord.js you’ll see the similarities:
Components
In JellyCommands the commands/events/buttons/etc of your bot are called “components”. We can pass these to our client manually, or use our automatical file system loader. This will recursively search the path(s) you pass in to find your components!