mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +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)
|
msg = await sender(res, reply_markup=keyboard)
|
||||||
try:
|
try:
|
||||||
await msg.wait_for_click(
|
await msg.wait_for_click(
|
||||||
from_user_id=ctx.from_user.id,
|
from_user_id=m.from_user.id,
|
||||||
timeout=30
|
timeout=30
|
||||||
)
|
)
|
||||||
except ListenerTimeout:
|
except ListenerTimeout:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue