Prepared Release 1.2.0
This commit is contained in:
parent
e62000098d
commit
88a65d3272
|
@ -4,8 +4,6 @@ A [maubot](https://github.com/maubot/maubot) to get information about movies fro
|
||||||
## Usage
|
## Usage
|
||||||
Use `!tmdb help` to get help about the bot usage.
|
Use `!tmdb help` to get help about the bot usage.
|
||||||
|
|
||||||
Use `!tmdb id movie {tmdb id}` to get movie detail for tmdb-id.
|
|
||||||
|
|
||||||
Use `!tmdb movie {title} [y:{release year}]` to get movie detail based on the given title.
|
Use `!tmdb movie {title} [y:{release year}]` to get movie detail based on the given title.
|
||||||
|
|
||||||
Use `!tmdb popular` to get most popular movies.
|
Use `!tmdb popular` to get most popular movies.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
maubot: 0.1.0
|
maubot: 0.1.0
|
||||||
id: lomion.tmdb
|
id: lomion.tmdb
|
||||||
version: 1.0.2
|
version: 1.2.0
|
||||||
license: AGPL 3.0
|
license: AGPL 3.0
|
||||||
modules:
|
modules:
|
||||||
- tmdb
|
- tmdb
|
||||||
|
|
Loading…
Reference in a new issue