Populate .env
file with the following:
DISCORD_TOKEN
: Your discord bot tokenRUST_LOG
:trace
,debug
etc.PHRASE
: Phrase of our faucet supply account.
cargo install sqlx-cli
sqlx db create
sqlx migrate run
export DATABASE_URL="sqlite:faucet.db"
cargo run