diff --git a/tmdb/tmdb.py b/tmdb/tmdb.py index 55e1565..c46a2db 100644 --- a/tmdb/tmdb.py +++ b/tmdb/tmdb.py @@ -148,7 +148,7 @@ class TmdbBot(Plugin): content = TextMessageEventContent( msgtype=MessageType.NOTICE, format=Format.HTML, body=f"No movie found!") - await evt.respond(content) + await evt.respond(content) @command.new("movie-search", help="Movie lookup by Title") @command.argument("message", pass_raw=True, required=True)