Minor fix in search_movies

This commit is contained in:
lomion 2020-09-16 17:00:42 +02:00
parent 3b971ffc7f
commit 40ea8c0086

View file

@ -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)