README.md (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# discord bot template barebones discord bot template. see example command in `src/interactions/commands/ping.ts` copy `.config.example.json` to `.config.json` and fill in the req'd values. `bun src/index.ts` to start the bot. ## copying this template is made available under the copyleft gnu agplv3. you may find a copy of the license in [`COPYING`](./COPYING) |