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