Public Youmubot system, modular (I hope!) and safe and fast...
Find a file
2020-02-10 22:04:14 -05:00
.vscode Change youmubot-osu into a library 2019-12-23 13:56:42 -05:00
youmubot Implement Codeforces announcer 2020-02-10 15:18:28 -05:00
youmubot-cf Implement live 2020-02-10 22:03:52 -05:00
youmubot-core Make vote use the new ReactionWatcher 2020-02-06 20:26:55 -05:00
youmubot-db Write db on WriteGuard drop 2020-02-06 11:55:04 -05:00
youmubot-osu Parallelize list_pages beatmap name fetching 2020-02-10 19:28:25 -05:00
youmubot-prelude Reset the cooldown everytime there is an action 2020-02-10 19:09:37 -05:00
.gitignore Move to yaml 2020-01-17 04:17:55 -05:00
Cargo.lock Merge branch 'master' into codeforces 2020-02-09 17:37: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.