A simple role self-management bot for Discord.
- Clone the git repository
pip install -r requirements.txt
- Create a
config.py
file with the following format:
# Your Discord bot token
token = ''
# Desired bot token or None
prefix = ''
# Emotes to use for approving/denying limited role requests
greenTick = 'greenTick:1234567890'
redTick = 'redTick:1234567890'
python bot.py
- Open - Roles that can be freely joined and left by users
- Limited - Roles that require moderator approval to join, initiated by the join command