Bot messages work

This commit is contained in:
Benjamin Sherriff
2023-10-06 10:55:48 -04:00
parent 04b52b4e7d
commit fa7c0f8163
11 changed files with 317 additions and 183 deletions

View File

@@ -13,8 +13,9 @@ help: ## Help command
build: ## Build the docker image
docker compose build
db: ## Start the docker database
utils: ## Start the utils
docker compose up -d db
docker compose up -d rbmq
up: ## Start the app
docker compose up -d