Skip to content

sushiibot/sushii-2

Repository files navigation

CI

sushii-2

Rewrite of sushii-bot with async serenity-rs.

wip... again.

Packages

sushii-2 is split up into a handful of packages which uses a shared PostgreSQL database and send Discord API requests through twilight-http-proxy.

Docker Images

Docker images can be built for each package with the following, with the xxxx replaced with the package name.

docker build --build-arg TARGET=sushii-xxxx .

# For example sushii-2
docker build --build-arg TARGET=sushii-2 .
# Rules
docker build --build-arg TARGET=sushii-rules .