mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 07:50:07 +00:00
* Create deno.json * run format * run format * ci: only check formatting * f * Update settings.json * Update settings.json
17 lines
607 B
Markdown
17 lines
607 B
Markdown
# Beginner Bot Template
|
|
|
|
This template is designed for the beginner developer to start coding discord bots.
|
|
|
|
## Setup
|
|
|
|
- [Click here](https://github.com/discordeno/template/generate) 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
|