diff options
Diffstat (limited to 'commands/event.py')
-rw-r--r-- | commands/event.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 = "" |