About • Features • Installation • Setting Up
An open source reaction roles bot to anyone who needs one in their server. It's easy to use, similar to the reaction roles bot and Totally Free. The bot also used MongoDB as a database!
If you liked this repository, feel free to leave a star ⭐!
addreaction :
Creates a reaction role.
editreaction:
Edit the role which a certain reaction given.
builder :
Starts a prompt and create your reaction role.
removerr :
Removes a reaction role.
dm :
Enables / Disables Reaction Role DMs.
types :
Display's All available reaction role types.
wipe :
Wipe all reaction Roles from the current guild.
Also, Unlimited reactions per message, and customizable prefix per guild.
git clone https://github.com/peterhanania/reaction-roles.git
then run:
npm install
Set up all your information in the config.json File as such
{
"prefix": "BOT_PREFIX_YOU_WANT",
"main_token": "YOUR_BOT_TOKEN",
"mongodb_url": "MONGODB_URL",
"developers": ["DEVELOPERS_IDS"],
"bot_name":"YOUR_BOT_NAME"
}
You can change the emojis in
emojis.js
and colors incolors.js
Please make sure to have enabled Privileged Intents
on your Discord developer portal.
Once done, you can launch the bot with node index.js
.
Any questions? DM me on Discord.