Public Youmubot system, modular (I hope!) and safe and fast...
Find a file
2020-08-09 23:00:39 -04:00
.github/workflows Cache by rustc hash (#3) 2020-07-16 13:28:44 -04:00
.vscode Change youmubot-osu into a library 2019-12-23 13:56:42 -05:00
youmubot Overhaul reaction handler to a thread spawning model (#2) 2020-07-06 13:26:34 -04:00
youmubot-cf Overhaul reaction handler to a thread spawning model (#2) 2020-07-06 13:26:34 -04:00
youmubot-core Overhaul reaction handler to a thread spawning model (#2) 2020-07-06 13:26:34 -04:00
youmubot-db DB now only writes on borrow_mut 2020-02-11 14:05:19 -05:00
youmubot-osu Add gained pp 2020-08-09 23:00:39 -04:00
youmubot-prelude Overhaul reaction handler to a thread spawning model (#2) 2020-07-06 13:26:34 -04:00
.drone.yml Push rust to 1.44 2020-06-14 21:52:13 -04:00
.gitignore Move to yaml 2020-01-17 04:17:55 -05:00
Cargo.lock Implement BeatmapCache and Oppai interface 2020-06-12 01:03:56 -04: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.