Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 1.43 KB

README.md

File metadata and controls

70 lines (46 loc) · 1.43 KB

Discord Role Buttons Bot

About the Bot:

With this Bot you can add Role buttons to your Discord Server

This is the new Version of Reaction Roles.

Simple as that you just now have buttons instead of reactions.


How does it look like:

Example:

grafik

You can choose Button colors:

Grey (Default)

🟢 Green

🔵 Blue

🔴 Red


How to install:

Install the required package:

python3 -m pip install -U novus

Edit Line 12 / 13 in Bot.py

guild_id = YOUR_GUILD_ID
bot_token = "YOUR_BOT_TOKEN"

Then start the Bot

python3 Bot.py

This is made with Discord Novus to use SlashCommands

Usage:

grafik

You can use Text, Emojis and Server Emojis for the buttons.

/button message_id label role color
message_id:     Right click on the message > "Copy ID" 
                (Note: Developer Mode needs to be activated)

label:          Your Text / Emoji

role:           Select the Role from the dropdown

color:          Select a Color from the dropdown

⚠️ Only working for messages from the bot

You can use /send text or _send text with newline to send a message with the bot.