A discord bot written in Golang
Find a file
2023-05-30 01:13:53 -06:00
.vscode Initial commit 2023-05-28 20:20:00 -06:00
src Added a wryna command 2023-05-30 01:13:53 -06:00
.env.example Initial commit 2023-05-28 20:20:00 -06:00
.gitignore Initial commit 2023-05-28 20:20:00 -06:00
deno.json Initial commit 2023-05-28 20:20:00 -06:00
deno.lock Initial commit 2023-05-28 20:20:00 -06:00
deps.ts Initial commit 2023-05-28 20:20:00 -06:00
mod.ts Added a wryna command 2023-05-30 01:13:53 -06:00
README.md Initial commit 2023-05-28 20:20:00 -06:00

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