Skip to content

Commit

Permalink
change start.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsiddin808 committed Jul 24, 2024
1 parent 9d2043f commit 1275595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions handlers/users/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ async def handle_rampage_time(message: types.Message, state: FSMContext):
fake_data[message.from_user.id]['rampage_vaqt'] = message.text

await bot.send_message(259083453, f"Sizdan shu vaqt uchun - {message.text}\n"
f"Bu foydalanuvchi ruxsat so'radingiz - {message.from_user.id}",
f"Bu foydalanuvchi ruxsat so'radingiz - @{message.from_user.username}",
reply_markup=admin_check_ruxsat)
await message.answer("Sorov Yuborildi javobni kuting")
user_id = message.from_user.id
await state.finish()

x
from aiogram import types


Expand Down

0 comments on commit 1275595

Please sign in to comment.