A discord bot written in Golang
.vscode | ||
src | ||
.env.example | ||
.gitignore | ||
deno.json | ||
deno.lock | ||
deps.ts | ||
mod.ts | ||
README.md |
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