Skip to content

A simple role self-management bot for Discord.

License

Notifications You must be signed in to change notification settings

7bitlyrus/RoleRequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoleRequest

A simple role self-management bot for Discord.

Getting Started

  • 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

Types of roles

  • Open - Roles that can be freely joined and left by users
  • Limited - Roles that require moderator approval to join, initiated by the join command

About

A simple role self-management bot for Discord.

Resources

License

Stars

Watchers

Forks

Languages