diff --git a/userge/plugins/utils/notes.py b/userge/plugins/utils/notes.py index 6436c7be7..786344200 100644 --- a/userge/plugins/utils/notes.py +++ b/userge/plugins/utils/notes.py @@ -165,7 +165,7 @@ async def mv_to_global_note(message: Message) -> None: check_client=True) async def get_note(message: Message) -> None: """ get any saved note """ - if not (message.from_user or message.chat): + if not message.from_user: return if message.chat.id not in NOTES_DATA: return