Go to file
2024-08-29 11:57:38 -04:00
.gitignore Update bot 2024-08-29 11:57:38 -04:00
config.sample.json commit message 2024-07-25 14:35:38 -04:00
LICENSE commit message 2024-07-25 14:35:38 -04:00
package-lock.json Update bot 2024-08-29 11:57:38 -04:00
package.json Update bot 2024-08-29 11:57:38 -04:00
README.md Update README.md 2024-07-25 14:42:24 -04:00
rolebot.js Update bot 2024-08-29 11:57:38 -04:00
roles.sample.csv commit message 2024-07-25 14:35:38 -04:00
startRoleBot.bat commit message 2024-07-25 14:35:38 -04:00

DiscordRoles

This is a simple discord bot to create a message where users can self-assign roles. Many bots can already do this, but have limitaions as to how many roles they can do without paying.

You must complete the config.json as described in the sample, and the CSV file for the roles as well. The CSV takes two values. The first value is the name of the role in the server, the second value is the name you want displayed on the button. Yes, it's that simple.

If you have any feature requests feel free to make a PR.