This is a small script to create multiple roles in one go on a server
- Rename the .env.example file into .env
- Enter the id of the server into DISCORD_GUILD_ID
- Enter the id of role to assign into DISCORD_REGISTER_ROLE
- Enter the token of the bot into DISCORD_TOKEN
- Add all the tags of the users you wan to give the role to in tags.txt (one line per tag)
npm install
npm run start