mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 23:40:07 +00:00
* Migrate eslint and prettier to biomejs This does NOT include examples/bigbot as it has its own formatter * Update to biome 1.8.0 * Readd dotenv dev dependency to rest During a merge it got lost
Minimal Bot Template
Just the minimum to get a working bot using interactions.
This template does not include any caching or other features you might need. This template also includes a /ping command to show the bot latency
Setup
- Download the source
- Install the dependencies using
yarn - Copy the .env.example file and rename it to .env
- Fill out the .env file
Run Bot
- run
yarnto install the dependencies - run
yarn buildto build the source - run
node dist/register-commands.jsto register the slash commands - run
yarn startto run the bot