mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Typo
This commit is contained in:
parent
9b6d1c87a5
commit
50d211bdc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue