Files
discordeno/examples/minimal
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-05 18:26:33 +02:00
2024-06-05 18:16:17 +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

Minimal Bot Template

Just the minimum to get a working bot using interactions.

This does not include any kind of caching or other feature you might need. It includes a /ping command to show the bot latency

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