mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +00:00
Enable score hook
This commit is contained in:
parent
b4672fde4f
commit
0f1b054402
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ async fn main() {
|
|||
{
|
||||
handler.push_hook(youmubot_osu::discord::hook);
|
||||
handler.push_hook(youmubot_osu::discord::dot_osu_hook);
|
||||
handler.push_hook(youmubot_osu::discord::score_hook);
|
||||
}
|
||||
#[cfg(feature = "codeforces")]
|
||||
handler.push_hook(youmubot_cf::InfoHook);
|
||||
|
|
Loading…
Add table
Reference in a new issue