Files
discordeno/examples/minimal/README.md
Jonathan Ho d04a040f28 Setup turborepo (#2610)
* chore: BREAKING move to monorepo structure

* chore: setup turborepo
2022-12-01 01:59:02 +08:00

14 lines
255 B
Markdown

# Minimal Bot Template
Just the minimum to get a working bot using interactions.
Make sure to install the latest version when you use it.
## Setup
Just rename `.env.example` to `.env` and fill it with your bot token.
## Run Bot
- deno run -A mod.ts