osu: Implement map length on server ranks

This commit is contained in:
Natsu Kagami 2024-03-06 00:01:38 +01:00
parent a50f44ad90
commit 11f32ccf04
Signed by: nki
GPG key ID: 55A032EB38B49ADB
12 changed files with 229 additions and 71 deletions

View file

@ -15,6 +15,15 @@ All PRs welcome.
- `youmubot-core`: Core commands: admin, fun, community
- `youmubot-osu`: osu!-related commands.
## Working with `sqlx`
### Regenerate compiler information
From within `./youmubot-db-sql` run
```bash
cargo sqlx prepare --database-url "sqlite:$(realpath ..)/youmubot.db"
```
## License
Basically MIT.