This commit is contained in:
yasirarism 2023-04-25 10:58:01 +07:00 committed by GitHub
parent 9b6d1c87a5
commit 50d211bdc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ async def chlang(c: Client, m: Union[CallbackQuery, Message], strings):
msg = await sender(res, reply_markup=keyboard)
try:
await msg.wait_for_click(
from_user_id=ctx.from_user.id,
from_user_id=m.from_user.id,
timeout=30
)
except ListenerTimeout: