522 B
522 B
role-wizard-discord-bot
A Discord bot for role management. Users can react to a message with different icons and based on that receive specific roles.
Warning
This repository is archived because Discord implemented a similar feature that made this bot obsolete.
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