mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Forget
This commit is contained in:
parent
30df9a3448
commit
bfeddafed5
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ async def get_one_note(_, message):
|
||||||
_note = await get_note(chat_id, name)
|
_note = await get_note(chat_id, name)
|
||||||
if not _note:
|
if not _note:
|
||||||
return
|
return
|
||||||
type = _note("type")
|
type = _note.get("type")
|
||||||
data = _note.get("data")
|
data = _note.get("data")
|
||||||
file_id = _note.get("file_id")
|
file_id = _note.get("file_id")
|
||||||
keyb = None
|
keyb = None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue