create-guilded-bot/packages/framework/javascript
2022-11-22 15:13:25 +05:30
..
src refactor: directory structure 2022-11-22 14:36:12 +05:30
.env.example refactor: directory structure 2022-11-22 14:36:12 +05:30
.eslintrc.json refactor: directory structure 2022-11-22 14:36:12 +05:30
.gitignore refactor: directory structure 2022-11-22 14:36:12 +05:30
.gitkeep refactor: directory structure 2022-11-22 14:36:12 +05:30
package.json refactor: directory structure 2022-11-22 14:36:12 +05:30
README.md refactor: lint & format 2022-11-22 15:13:25 +05:30

🚀 This is a guilded bot created using create-guilded-bot.

Getting Started

In order to run the development environment, configure your .env file with the required variables and then execute the following commands:

npm run dev
# or with yarn
yarn dev

Your bot should be online.

You can start editing the commands by adding/modifying files in the commands directory. An example help command is provided in commands/help.js.

Events can also be customized by adding files to the events directory corresponding to the name of the event. See events/ready.js for an example event.

Learn More

Since create-guilded-bot uses guilded.js, you can learn more from their official docs.

This template is highly inspired by reconlx's djs-typescript-handler, so give them a star :)