mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-15 23:08:55 +00:00
Add README
This commit is contained in:
parent
84150cd82e
commit
dfc8eede73
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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.
|
Loading…
Add table
Reference in a new issue