Enable score hook

This commit is contained in:
Natsu Kagami 2024-06-19 21:12:29 +02:00 committed by Natsu Kagami
parent b4672fde4f
commit 0f1b054402

View file

@ -128,6 +128,7 @@ async fn main() {
{ {
handler.push_hook(youmubot_osu::discord::hook); handler.push_hook(youmubot_osu::discord::hook);
handler.push_hook(youmubot_osu::discord::dot_osu_hook); handler.push_hook(youmubot_osu::discord::dot_osu_hook);
handler.push_hook(youmubot_osu::discord::score_hook);
} }
#[cfg(feature = "codeforces")] #[cfg(feature = "codeforces")]
handler.push_hook(youmubot_cf::InfoHook); handler.push_hook(youmubot_cf::InfoHook);