Files
discordeno/examples/nodejs/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
392 B
Markdown

# Nodejs Bot Template
This template is a minimal template that uses [discordeno.js](https://www.npmjs.com/package/discordeno.js), a wrapper
around discordeno, which brings up a djs-like interface but also includes the core Features (Cross Ratelimit, Zero
Downtime Restart, Resharding...)
## Setup
Rename `.env.example` to `.env` and fill your bot token there.
## Run Bot
- node index.js