Simple custom colour role per user - only supports max 250 users (discord guild role limit)
- Install Python3
- Create a Python venv
python -m venv env - Activate venv
source env/bin/activate(linux) orenv/Scripts/activate(windows) - Install requirements
python -m pip install requirements.txt - Rename
example.envto.env - Replace
DISCORD_BOT_TOKEN = "TOKEN_HERE"with your token asTOKEN_HERE - Give your Discord bot the Members privileged intent on the developer portal.
- Run the bot with
python colours.py. - To run it constantly look into
nohuporscreen(linux) :3
For those of you who just want to use it without figuring out what the hell a Linux is:
🔗 Invite link: https://api.scrumpbot.com/i/1213141681231237180/268435456
PRs are welcome.