From 8d2d5acde9d4d7d44d93c386e541692f4e45a271 Mon Sep 17 00:00:00 2001 From: Mikhail Kirillov Date: Thu, 10 Oct 2024 04:26:56 +0400 Subject: fixup! Fix #9. Add events commands --- commands/event.py | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/event.py b/commands/event.py index 47c34ea..5a7bf69 100644 --- a/commands/event.py +++ b/commands/event.py @@ -88,7 +88,6 @@ async def list_events( context_init(context) events = context.chat_data["events"] - movies = context.chat_data["movies"] events_formatted: str = "" -- cgit v1.2.3