From 05fd4b8f0b6ed6d460bb33546418025e7baafd90 Mon Sep 17 00:00:00 2001 From: lomion Date: Wed, 24 Jun 2020 11:19:58 +0200 Subject: [PATCH] README.md: Added command for tv show search --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bff2726..80526e7 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ A [maubot](https://github.com/maubot/maubot) to get information about movies from [TheMovieDB.org](https://www.themoviedb.org/). ## Usage -Use `!movie-id ` to get movie detail for tmdb-id. +Use `!movie-id {tmdb id}` to get movie detail for tmdb-id. -Use `!movie-search ` to get movie detail based on the given title. +Use `!movie-search {title}` to get movie detail based on the given title. -Use `!movie-language <language>` to set your prefered language. +Use `!movie-language {language}` to set your prefered language. + +Use `!tvshow-search {title}` to get detail about a tv show based on the given title. ## Discussion Matrix room: [#tmdb-bot:matrix.sarkasti.eu](https://matrix.to/#/#tmdb-bot:matrix.sarkasti.eu) \ No newline at end of file