now we counting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-13 00:01:25 +10:00
parent 9f27070585
commit 9403350e15

View File

@ -108,7 +108,7 @@ async def up_dick(message: types.Message):
'dick_size': user['attempts'] , 'dick_size': user['attempts'] ,
'datetimes': user['datetimes'] , 'datetimes': user['datetimes'] ,
'attempts': user['attempts'] + 1, 'attempts': user['attempts'] + 1,
'chat_id': user['chat_id'] 'chat_id': message.chat.id
}, },
overwrite_mode='update' overwrite_mode='update'
) )