sdevs-bws / Reaction-Button-Roles-Bot

Made with ❤️ by @binary-blazer & @sdevs-bws

Home Page:https://sdevs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reaction Roles Bot

This is a bot that allows you to create reaction roles. You can add as many roles as you want and you can also add as many emojis as you want. You can also add a description to the reaction role.

Developers


BinaryBlazer


SDEVS

How to use

  1. Create a new application on the Discord Developer Portal
  2. Create a new bot and copy paste the token in the "token" field in the config.js file
  3. Invite the bot to your server
  4. Create a new channel and copy paste the channel id in the "channel" field in the config.js file
  5. Create the new roles and copy paste the role id in the "role id" fields in the config.js file
  6. Copy paste the emojis in the "emoji" fields in the config.js file
  7. Run the bot with node index.js or npm run start or in development mode with npm run dev
  8. Copy the message id and paste it in the "message" field in the config.js file
  9. Restart the bot
  10. Enjoy!

How to add a new reaction role

  1. Copy paste the following code in the config.js file
{
    role: "Role ID",
    emoji: "Emoji"
}
  1. Replace the "Role ID" with the role id and the "Emoji" with the emoji
  2. Add a comma at the end of the previous reaction role
  3. Save the file
  4. Restart the bot

How to remove a reaction role

  1. Remove the reaction role code in the config.js file
  2. Remove the comma at the end of the previous reaction role
  3. Save the file
  4. Restart the bot

How to change the bot status

  1. Change the "status" field in the config.js file
  2. Save the file
  3. Restart the bot

Terms of Use

By using this bot, you agree to the following terms of use:

- You are not allowed to sell this bot or any part of it
- You are not allowed to claim this bot as your own
- You are allowed to modify the code of this bot as long as you don't sell it or claim it as your own
- You have the permission to share in writing, but you have to mention us, our server, in the article.
- You can't speak in a "we did it" way.

More Information

Support

If you need help, you can join our Discord Server

Contributing

If you want to contribute to this project, you can create a pull request or join our Discord Server

Credits

License

This bot is licensed under the MIT License

About

Made with ❤️ by @binary-blazer & @sdevs-bws

https://sdevs.org

License:MIT License


Languages

Language:JavaScript 100.0%