README.md: Added command for tv show search
This commit is contained in:
parent
59a6ce50bf
commit
05fd4b8f0b
|
@ -2,11 +2,13 @@
|
||||||
A [maubot](https://github.com/maubot/maubot) to get information about movies from [TheMovieDB.org](https://www.themoviedb.org/).
|
A [maubot](https://github.com/maubot/maubot) to get information about movies from [TheMovieDB.org](https://www.themoviedb.org/).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Use `!movie-id <tmdb id>` to get movie detail for tmdb-id.
|
Use `!movie-id {tmdb id}` to get movie detail for tmdb-id.
|
||||||
|
|
||||||
Use `!movie-search <title>` 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
|
## Discussion
|
||||||
Matrix room: [#tmdb-bot:matrix.sarkasti.eu](https://matrix.to/#/#tmdb-bot:matrix.sarkasti.eu)
|
Matrix room: [#tmdb-bot:matrix.sarkasti.eu](https://matrix.to/#/#tmdb-bot:matrix.sarkasti.eu)
|
Loading…
Reference in a new issue