Files
discordeno/examples/beginner
Skillz4Killz c1efa83bd9 Bot pkg (#2740)
* fix: bot pkg test

* Fix code style issues with ESLint

* Update Guild.ts

* Update Guild.ts

* Fix code style issues with ESLint

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Jonathan Ho <heiheiho000@gmail.com>
2023-01-26 09:11:24 -06:00
..
2023-01-26 09:11:24 -06:00
2022-12-01 01:59:02 +08:00
2023-01-26 09:11:24 -06:00
2023-01-26 09:11:24 -06:00
2022-12-01 01:59:02 +08:00
2023-01-26 09:11:24 -06:00
2022-12-01 01:59:02 +08:00

Beginner Bot Template

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

Make sure to install the latest version when you use it.

Setup

  • Click here to make your own copy.
  • Delete all the template folders except the beginner folder.
  • Move all files from this folder to the root of the project.
    • You may encounter an issue with README.md file but force move the files to the root of the project.
  • 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

  • deno run -A mod.ts