mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 12:54:51 +00:00
FIxx
This commit is contained in:
parent
6b44f0228a
commit
8fd2108939
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ async def imdb_choose(_, m):
|
||||||
if m.sender_chat:
|
if m.sender_chat:
|
||||||
return await m.reply("This feature not supported for channel..")
|
return await m.reply("This feature not supported for channel..")
|
||||||
buttons = InlineKeyboard(row_width=2)
|
buttons = InlineKeyboard(row_width=2)
|
||||||
ranval = get_random_string()(4)
|
ranval = get_random_string(4)
|
||||||
LIST_CARI[ranval] = m.text.split(None, 1)[1]
|
LIST_CARI[ranval] = m.text.split(None, 1)[1]
|
||||||
buttons.add(
|
buttons.add(
|
||||||
InlineButton("🇺🇸 English", f"imdbcari_en#{ranval}#{m.from_user.id}"),
|
InlineButton("🇺🇸 English", f"imdbcari_en#{ranval}#{m.from_user.id}"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue