Files
discordeno/examples/nodejs-19
Fleny a3d73ea94a Update nodejs template
Discordeno.js (DD v13) -> DD v19 "raw"

Currently the permission checking is not working correctly
2024-06-07 22:11:53 +02:00
..
2024-06-07 22:11:53 +02:00
2024-06-07 22:11:53 +02:00
2024-06-07 22:11:53 +02:00
2024-06-07 22:11:53 +02:00
2024-06-07 22:11:53 +02:00
2024-06-07 22:11:53 +02:00
2024-06-07 22:11:53 +02:00
2024-06-07 22:11:53 +02:00

Beginner Bot Template

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

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