Public Youmubot system, modular (I hope!) and safe and fast...
Find a file
dependabot[bot] e0664760fb
Bump rustls from 0.21.10 to 0.21.11 (#47)
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.10...v/0.21.11)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 20:19:40 +00:00
.github/workflows Push builds to cachix 2023-06-03 13:32:26 +02:00
youmubot Composed framework (#43) 2024-03-27 12:50:48 -04:00
youmubot-cf osu: Introduce Env and propagate it to other functions (#40) 2024-03-17 17:21:13 +01:00
youmubot-core osu: Introduce Env and propagate it to other functions (#40) 2024-03-17 17:21:13 +01:00
youmubot-db Update serenity and make prelude compile 2024-02-25 18:45:22 +00:00
youmubot-db-sql osu: Implement map length on server ranks 2024-03-06 00:01:38 +01:00
youmubot-osu Getting pp info when a new user is saved. (#42) 2024-03-17 22:13:57 +01:00
youmubot-prelude Composed framework (#43) 2024-03-27 12:50:48 -04:00
.drone.yml Push rust to 1.44 2020-06-14 21:52:13 -04:00
.envrc Add flake 2021-11-03 12:58:09 -04:00
.gitignore Add flake 2021-11-03 12:58:09 -04:00
Cargo.lock Bump rustls from 0.21.10 to 0.21.11 (#47) 2024-04-19 20:19:40 +00:00
Cargo.toml Add rosu-v2 2024-02-17 19:17:38 +00:00
flake.lock Use latest unstable flake for rustc 1.75 2024-02-25 18:45:22 +00:00
flake.nix Use latest unstable flake for rustc 1.75 2024-02-25 18:45:22 +00:00
LICENSE License 2019-10-25 14:34:47 -04:00
module.nix Make nix module and overlay system-agnostic 2023-06-20 01:20:54 +02:00
package.nix Move from naersk to crane 2024-02-17 19:17:38 +00:00
README.md osu: Implement map length on server ranks 2024-03-06 00:01:38 +01:00

youmubot

Deploy Build and Test

A Discord bot made specifically for server "Dự tuyển Tổng Hợp". Written in Rust.

All PRs welcome.

Project structure

  • youmubot: The main command. Collect configurations and dispatch commands.
  • youmubot-prelude: Base structures and handy functions for command parsing / service handling.
  • youmubot-db: Base database structures.
  • youmubot-core: Core commands: admin, fun, community
  • youmubot-osu: osu!-related commands.

Working with sqlx

Regenerate compiler information

From within ./youmubot-db-sql run

cargo sqlx prepare --database-url "sqlite:$(realpath ..)/youmubot.db"

License

Basically MIT.