Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 530 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 530 Bytes

Chunky Discord Bot

Discord bot for the Chunky discord community.

  • Catches GitHub pull request / issue numbers in messages and adds links
  • Adds a /gh [number] command for pull request / issues
  • Moderates the #renders channel to remove non-image posts

How to debug

  1. Install Python 3 and pip3
  2. Install dependencies using pip3 install -r requirements.txt
  3. Run usage: main.py --debug-guild <your server id> <discord api token> (--debug-guild is only needed for slash commands)