Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ijsbol/ez-colour-roles


https://github.com/ijsbol/ez-colour-roles

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ez Colour Roles
Simple custom colour role per user - only supports max 250 users (discord guild role limit)

# Setup
1. Install Python3
2. Create a Python venv `python -m venv env`
3. Activate venv `source env/bin/activate` (linux) or `env/Scripts/activate` (windows)
4. Install requirements `python -m pip install requirements.txt`
5. Rename `example.env` to `.env`
6. Replace `DISCORD_BOT_TOKEN = "TOKEN_HERE"` with your token as `TOKEN_HERE`
7. Give your Discord bot the Members privileged intent on the developer portal.
8. Run the bot with `python colours.py`.
9. To run it constantly look into `nohup` or `screen` (linux) :3

# Public bot
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.