Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 425 Bytes

Automatic administration bot for codeexp

This bot provides adminstration functions for the CODE_EXP Discord Server

Setup guide

  1. Ensure you have python 3.8 installed. We make use of type annotations that only work on versions 3.8 and above
  2. pip install -r requirements.txt
  3. Create your .env file. You may use the template below
DISCORD_TOKEN=
GUILD_ID=
MENTOR_ROLE_ID=
MEMBER_ROLE_ID=
SENTRY_DSN=