feat: more accurate formula provided the fox itself
This commit is contained in:
parent
3a6426d7da
commit
3440ab6a96
3 changed files with 173 additions and 56 deletions
6
core/rikki_hit.py
Normal file
6
core/rikki_hit.py
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue