mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 08:48:54 +00:00
Public Youmubot system, modular (I hope!) and safe and fast...
* New db stores user best by beatmap id * `check` command saves into the database * Add leaderboard command * Update youmubot-osu/src/discord/server_rank.rs Swap ordering |
||
---|---|---|
.github/workflows | ||
.vscode | ||
youmubot | ||
youmubot-cf | ||
youmubot-core | ||
youmubot-db | ||
youmubot-osu | ||
youmubot-prelude | ||
.drone.yml | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
youmubot
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, communityyoumubot-osu
: osu!-related commands.
License
Basically MIT.