This repository has been archived on 2026-05-02 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
dee9d3fe1c9ca17e278b5587ffd7dcf61a58eebb
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
Description
Languages
TypeScript
100%