Minor fix in search_movies
This commit is contained in:
parent
3b971ffc7f
commit
40ea8c0086
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue