Skip to content

LinkCatList/krosh-ds-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

35 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Description πŸ‰

discord bot, which allows you to grow, sell, and exchange watermelons, also responds to some trigger phrases

Install packages πŸ‰

sudo dnf install cmake g++ 
libssl-dev zlib1g-dev 
pkg-config libpqxx-dev

Start bot πŸ‰

systemctl start docker
sudo docker run --name=aboba-db -e POSTGRES_PASSWORD='qwerty' -p 1488:5432 -d --rm postgres
migrate -path ./src/schema -database 'postgres://postgres:qwerty@localhost:1488/postgres?sslmode=disable' up
./src/init-database.sh
./build.sh
./build/krash-bot

About

discord watermelon bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published