Xithrius / Tabbot

A Discord bot that creates chaos via meowing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Discord bot that creates chaos via meowing

License:MIT License


Languages

Language:Python 100.0%