feat: more accurate formula provided the fox itself

This commit is contained in:
草师傅 2025-08-06 10:10:08 +08:00
parent 3a6426d7da
commit 3440ab6a96
3 changed files with 173 additions and 56 deletions

6
core/rikki_hit.py Normal file
View file

@ -0,0 +1,6 @@
from aiogram.types import Message
from core.middleware.rikki import RikkiMiddleware
async def handle_query_hit_command(message: Message) -> None:
hit_status = RikkiMiddleware().get_user_status("5545347637")
await message.reply(hit_status)