Files
discordeno/examples/advanced
2024-06-07 22:54:44 +02:00
..
2024-06-07 22:54:44 +02:00
2024-06-07 22:52:57 +02:00
2024-06-07 22:52:57 +02:00
2024-06-07 22:52:57 +02:00
2024-06-07 22:52:57 +02:00
2024-06-07 22:52:57 +02:00
2024-06-07 22:52:57 +02:00
2024-06-07 22:52:57 +02:00

Advanced Bot Template

This template has a bit more advanced code.

This template includes some caching, user permission handling and slash commands options support It 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 checks for permissions

Setup

  • Download the source
  • Install yarn
  • Rename the .env.example file to .env OR create a new .env file and copy the example file code to this new file.
  • Fill out the .env file

Run Bot

  • run yarn to install the dependencies
  • run yarn build to build the source
  • run yarn start to run the bot