kojimabot
Hi Sponge Bob
Setup
You will need to set up a PostgreSQL server, and execute the following query on it:
CREATE TABLE guilds ( gid varchar(20), cid varchar(20) );
Then:
git clone https://github.com/nununoisy/kojimabot
cd kojimabot
npm i
BOTTOKEN=<xxx> DATABASE_URL=<dburl> node .