diff --git a/bot.py b/bot.py
index a1e79c1..70e21fc 100644
--- a/bot.py
+++ b/bot.py
@@ -121,10 +121,10 @@ async def send_time(message: types.Message):
     session = Session()
     Base = declarative_base()
     
-    top = session.query(user.user_fullname, user.dick_size).order_by(user.dick_size.desc()).filter(user.chat_id == user.chat_id).limit(10).all()
+    top = session.query(user.user_fullname, user.dick_size).order_by(user.dick_size.desc()).filter(user.chat_id).limit(10).all()
     delimiter = ': '
 
-    await bot.send_message(message.chat.id, f'🏆<u>Топ 10  бубылд</u>🏆\n\n\
+    await bot.send_message(message.chat.id, f'🏆Топ 10 бубылд чата🏆\n\n\
 🚀 {delimiter.join(map(str, top[0]))}\n\
 💫 {delimiter.join(map(str, top[1]))}\n\
 🍆 {delimiter.join(map(str, top[2]))}\n\
@@ -148,7 +148,7 @@ async def send_time(message: types.Message):
     top = session.query(user.user_fullname, user.dick_size).order_by(user.dick_size.desc()).limit(10).all()
     delimiter = ': '
 
-    await bot.send_message(message.chat.id, f'🏆<u>Топ 10  бубылд</u>🏆\n\n\
+    await bot.send_message(message.chat.id, f'🏆Топ 10 пипис в мире🏆\n\n\
 🚀 {delimiter.join(map(str, top[0]))}\n\
 💫 {delimiter.join(map(str, top[1]))}\n\
 🍆 {delimiter.join(map(str, top[2]))}\n\