Files
discordeno/template/beginner
Awesome Stickz b9766c6cb6 Update all templates' dd version, readme, added example env/config (#2500)
* Update bigbot template to v16, update readme, added .env.example for an example env

* Update minimal template to dd v16, update readme

* Update minimal template readme for consistency

* Update beginner template to v16, update readme

* Added config.json file, readme to nodejs template

* Fix kwik db stuff in beginner template

* deno fmt

* Update template readme

* Fix bigbot template raw event ignoring GUILD_CREATE instead of GUILD_LOADED_DD

* deno fmt

* fix deno fmt again

* Use .env file instead of config.json in nodejs template

* fix: kwik's version in beginner template

* Apply suggestions from code review

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>

* Update template/README.md

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2022-10-07 16:41:11 -05:00
..
2022-08-23 10:30:54 -04:00
2022-08-23 10:30:54 -04:00
2022-02-03 18:02:44 +00: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