It's a Discord Bot providing Cards Against Humanity
Just add it to your Discord server by using this link : https://discordapp.com/api/oauth2/authorize?client_id=410847498417209354&permissions=268445696&scope=bot
- Create your game by using
$create
- Join your game by using
$join
- Start your game by using
$start
Adding more loggingAdding more documentation- See how to manage players who join/leave the game during the game
- Supports localization
- Clone this repository
- Put your token in /bot/token.txt
- Grab a JSON file from http://www.crhallberg.com/cah/ and put it in /ext/cah.json
- Run /ext/convert_cah.py
- Run
docker-compose build
- Run
docker-compose run