Files
discordeno/examples/advanced
Fleny b177eb40f8 chore: Update yarn, refactor packages setup (#4085)
* Update yarn, refactor packages setup

* Rename some jobs in lib-check.yml

* Update website/yarn.lock

* Revert build-type-and-test job name change
2025-01-16 22:27:10 -06:00
..
2024-11-28 16:48:14 -06:00

Advanced Bot Template

This template contains more advanced code.

This template includes caching (using dd-proxy-cache), user permission handling, and slash commands options support This template also includes a /ping command to show the bot latency and a /warn command to show how to send a DM to a user and how to check for permissions

Setup

  • Download the source
  • Install the dependencies using yarn
  • Copy the .env.example file and rename it to .env
  • Fill out the .env file

Run Bot

  • run yarn to install the dependencies
  • run yarn build to build the source
  • run node dist/register-commands.js to register the slash commands
  • run yarn start to run the bot