From 9403350e1559cf68bd572b5e06a2a474634830ce Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 13 Jul 2023 00:01:25 +1000 Subject: [PATCH] now we counting --- handlers/pipisa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/pipisa.py b/handlers/pipisa.py index 0a7563a..3042ef8 100644 --- a/handlers/pipisa.py +++ b/handlers/pipisa.py @@ -108,7 +108,7 @@ async def up_dick(message: types.Message): 'dick_size': user['attempts'] , 'datetimes': user['datetimes'] , 'attempts': user['attempts'] + 1, - 'chat_id': user['chat_id'] + 'chat_id': message.chat.id }, overwrite_mode='update' )