mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
osu: Implement map length on server ranks
This commit is contained in:
parent
a50f44ad90
commit
11f32ccf04
12 changed files with 229 additions and 71 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue