diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 04:26:56 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 04:26:56 +0400 |
commit | 8d2d5acde9d4d7d44d93c386e541692f4e45a271 (patch) | |
tree | 538f9251aa703fb1d8ba585de098fc956321d652 /commands | |
parent | 9be02d9141c14a3e3ca28567dbaff671de83200f (diff) |
fixup! Fix #9. Add events commands
Diffstat (limited to 'commands')
-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 = "" |