Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijsbol/ez-colour-roles
https://github.com/ijsbol/ez-colour-roles
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijsbol/ez-colour-roles
- Owner: ijsbol
- License: mit
- Created: 2024-03-01T15:08:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T14:00:59.000Z (7 months ago)
- Last Synced: 2025-01-01T00:25:50.471Z (8 days ago)
- Language: Python
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.