Public Youmubot system, modular (I hope!) and safe and fast...
Find a file
2020-03-27 17:49:17 -04:00
.vscode Change youmubot-osu into a library 2019-12-23 13:56:42 -05:00
youmubot Tune announcer performance 2020-02-11 19:44:10 -05:00
youmubot-cf Add line breaks! 2020-02-17 14:36:20 -05:00
youmubot-core Tune how roles are parsed 2020-03-27 17:49:17 -04:00
youmubot-db DB now only writes on borrow_mut 2020-02-11 14:05:19 -05:00
youmubot-osu UserEvent's beatmap(set) IDs are not required 2020-03-15 16:52:14 -04:00
youmubot-prelude Tune announcer performance 2020-02-11 19:44:10 -05:00
.drone.yml Create drone config 2020-02-13 18:51:25 -05:00
.gitignore Move to yaml 2020-01-17 04:17:55 -05:00
Cargo.lock Tune announcer performance 2020-02-11 19:44:10 -05: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 Add README 2020-02-05 18:02:48 -05:00

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, community
  • youmubot-osu: osu!-related commands.

License

Basically MIT.