311 B
311 B
role-wizard-discord-bot
A Discord bot for role management.
Setup
- Duplicate the .env.template file and rename it to .env
- fill out the values inside the .env file
- run
npm i
- run
npm i dotenv
Start bot
- using slash commands?
npx ts-node src/register-commands.ts
- run
npm run start