Files
discordeno/template/beginner
TriForMine 2b02fd4d5a update: Update kwik to 1.3.1 (#2424)
* update: Update kwik to 1.3.0

* Update deps.ts

* fix import url

Co-authored-by: LTS20050703 <lts20050703@gmail.com>
2022-09-02 11:11:39 -05:00
..
2022-08-23 10:30:54 -04:00
2022-08-23 10:30:54 -04:00
2022-08-23 10:30:54 -04:00
2022-08-23 10:30:54 -04:00
2022-09-02 11:11:39 -05:00
2022-02-03 18:02:44 +00:00
2022-02-04 15:00:04 +01:00

Beginner Bot Template

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

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