"when i shine...!" utility bot specifically made for myself but has some applicability to others
Intended for personal use, but has some vague flexibility for other users planned in the future.
!help - Gives you this list of commands.
!todo - Sets reminder in database to do task.
!bus - Gives bus times relative to provided WT stop grouping.
!choose - Chooses between options.
!roll - Roll a number.
!np - Show listening status (sourced from last.fm).
!ping - Basic check for response.
All listed within Cargo.toml, with the additional need for the sqlx-cli library within your hosting service.
// install sqlx-cli
cargo install sqlx-cli
// create reference
sqlx db create
sqlx migrate run
cargo sqlx prepare
// run
cargo run