A simple role self-management bot for Discord.
- Clone the git repository
pip install -r requirements.txt- Create a
config.pyfile with the following format:
# Your Discord bot tokentoken=''# Desired bot token or Noneprefix=''# Emotes to use for approving/denying limited role requestsgreenTick='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