My private mod/util/misc bot for discord, mainly used for r/ut and sometimes beta/staging for RobotOtter
-
Create a Postgres DB (Postgres is required because of use of json/array storage)
-
Create DB user for the bot
-
Run the table creations scripts under
sql/create -
git clone -
npm i -
Set the following env vars:
BOT_TOKENGITHUB_TOKEN(To be replaced withGD_TOKENsoon tm)DB_HOSTDB_PORTDB_DATABASEDB_USERDB_PASSWORDDB_POKEMON_DATABASE(You can just reuse the same DB/user/pass as the rest, unless you want a dedicated pokemon database)DB_POKEMON_USERDB_POKEMON_PASSWORD
-
Should be ready to go