Public Youmubot system, modular (I hope!) and safe and fast...
Find a file
Natsu Kagami bd845d9662
More osu improvements (#11)
* Don't show DT when NC is on

* Allow leading + in mods parsing

* Extend Pagination

* Implement beatmapset display

* Move OkPrint to prelude

* Beatmapset display seems to work

* Put reaction handler into static

* Make clippy happy

* Add beatmapset caching and last --set

* Delay loading of beatmap info

* Simplify hook link handling

* Replies everywhere!

* Replies everywhereee!
2021-02-01 17:13:40 +00:00
.github/workflows Cache by rustc hash (#3) 2020-07-16 13:28:44 -04:00
youmubot Update to Tokio 1 and Serenity 0.10 (#9) 2021-01-15 18:50:33 +00:00
youmubot-cf More osu improvements (#11) 2021-02-01 17:13:40 +00:00
youmubot-core More osu improvements (#11) 2021-02-01 17:13:40 +00:00
youmubot-db Update to Tokio 1 and Serenity 0.10 (#9) 2021-01-15 18:50:33 +00:00
youmubot-osu More osu improvements (#11) 2021-02-01 17:13:40 +00:00
youmubot-prelude More osu improvements (#11) 2021-02-01 17:13:40 +00:00
.drone.yml Push rust to 1.44 2020-06-14 21:52:13 -04:00
.gitignore Ignore vscode 2020-09-07 02:08:15 -04:00
Cargo.lock Update to Tokio 1 and Serenity 0.10 (#9) 2021-01-15 18:50:33 +00:00
Cargo.toml Codeforces library minimally written 2020-02-05 18:09:15 -05:00
LICENSE License 2019-10-25 14:34:47 -04:00
README.md Set up Github Actions (#1) 2020-06-27 22:32:44 -04: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.

License

Basically MIT.