/Tabbot

A Discord bot that creates chaos via meowing

Primary LanguagePythonMIT LicenseMIT

Tabbot

Small amounts of chaos through meowing.

Setup:

NOTE:

  • This guide assumes you've copied the template from .env-example to a file called .env that you've created yourself.
  • The placeholder in the postgres command is your password that you must put into your .env file.
$ docker pull postgres
$ docker run --name postgres -e POSTGRES_PASSWORD=PLACEHOLDER_PASSWORD -d postgres
docker-compose up --build