add sinonims for dickup test done
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -5,7 +5,7 @@ from sqdb import user, session
|
||||
import random
|
||||
from random import randint
|
||||
import datetime
|
||||
|
||||
from dicktxt import ForReadDict
|
||||
|
||||
|
||||
@dp.message_handler(commands=["dick"])
|
||||
@@ -31,6 +31,8 @@ async def up_dick(message: types.Message):
|
||||
if abs(diff) <= 0:
|
||||
try:
|
||||
current_dick = b.dick_size
|
||||
|
||||
|
||||
await bot.send_message(message.chat.id, f'@{message.from_user.username},🚫 вы уже крутили пипису, ее размер <b>{current_dick}</b> см! ')
|
||||
except:
|
||||
print('ошибка в if diff <=0')
|
||||
@@ -46,9 +48,9 @@ async def up_dick(message: types.Message):
|
||||
a.datetimes = datetime.datetime.now()
|
||||
session.flush()
|
||||
session.commit() #обновляет запись
|
||||
randomword = ForReadDict.RandomDick()
|
||||
|
||||
|
||||
await bot.send_message(message.chat.id, f'@{message.from_user.username}, ваш писюн {size_change}\
|
||||
await bot.send_message(message.chat.id, f'@{message.from_user.username}, ваш {randomword} {size_change}\
|
||||
на <b>{abs(numb)}</b> см!\n\
|
||||
Теперь он равен <b>{updetedDick}</b> см! ')
|
||||
except:
|
||||
|
Reference in New Issue
Block a user