No description
Find a file
2022-06-14 22:01:10 +02:00
src save category 2022-06-14 22:01:10 +02:00
.gitignore thing 2022-06-14 18:52:46 +02:00
.rustfmt.toml thing 2022-06-14 18:52:46 +02:00
Cargo.lock nougat! 2022-06-14 21:30:42 +02:00
Cargo.toml nougat! 2022-06-14 21:30:42 +02:00
docker-compose.yml get db running 2022-06-14 19:18:18 +02:00
README.md handle handlers 2022-06-14 20:49:35 +02:00

discord-court-bot

a very funny discord bot

.env

DISCORD_TOKEN=token
APPLICATION_ID=uwu
RUST_LOG=DEBUG
MONGO_URI=mongodb://localhost:27017
DB_NAME=court_bot
MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=uwu
DEV=
# SET_GLOBAL=

run mongodb

docker run --name karin-db -d mongo:latest