Cards Against Humanity Discord Bot
This is a Discord bot made to play games of Cards Against Humanity with your friends, online!
(I/We/The Discord Bot am/are/is not affiliated with Cards Against Humanity LLC. All Credits for the game go towards them.)
How to run
git clone https://github.com/alexfeed1990/cahBOT
cd cahBOT
Create an .env file like this:
TOKEN=#bot token#
CLIENTID=#client id of app#
OWNERID=#your user id#
then:
npm i
npm run dev # for uatomatic restart
npm run run # normal start (node .)