Files
discordeno/examples/beginner
Fleny 1b8f85ae72 Rename starter to beginner
So now it is minimal (main branch) -> beginner
2024-06-08 17:06:18 +02:00
..
2024-06-08 17:06:18 +02:00
2024-06-08 17:06:18 +02:00
2024-06-08 17:06:18 +02:00
2024-06-08 17:06:18 +02:00
2024-06-08 17:06:18 +02:00
2024-06-08 17:06:18 +02:00
2024-06-08 17:06:18 +02:00
2024-06-08 17:06:18 +02:00

Beginner Bot Template

This template is designed for the beginner developer to start coding discord bots.

This template includes some caching and support for slash subcommands. It also 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