1
0
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.
Files
role-wizard-discord-bot/README.md
T
2026-05-02 18:22:48 +02:00

16 lines
522 B
Markdown

# 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
1. Duplicate the .env.template file and rename it to .env
2. fill out the values inside the .env file
3. run `npm i`
4. run `npm i dotenv`
## Start bot
1. using slash commands? `npx ts-node src/register-commands.ts`
2. run `npm run start`