Skip to content

peterhanania/reaction-roles

Repository files navigation

Discord Reaction Roles bot

AboutFeaturesInstallationSetting Up

About

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 ⭐!

Features

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.

Installation

git clone https://github.com/peterhanania/reaction-roles.git

then run:

npm install

Setting Up

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 in colors.js

Important

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.

About

A bot Similar to the reaction roles discord bot, but free. Written in JavaScript, and uses MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published