Prepared release
This commit is contained in:
parent
483372284c
commit
74ac2415cc
|
@ -6,7 +6,9 @@ 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 language {language}` to set your prefered language.
|
||||
|
||||
|
@ -18,4 +20,4 @@ Use `!tmdb tvshow {title}` to get detail about a tv show based on the given titl
|
|||
Matrix room: [#tmdb-bot:matrix.sarkasti.eu](https://matrix.to/#/#tmdb-bot:matrix.sarkasti.eu)
|
||||
|
||||
## Avatar
|
||||
Avatar icons was made by [inipagistudio](https://www.flaticon.com/authors/inipagistudio) from [www.flaticon.com](https://www.flaticon.com/)
|
||||
Avatar icons was made by [inipagistudio](https://www.flaticon.com/authors/inipagistudio) from [www.flaticon.com](https://www.flaticon.com/)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
maubot: 0.1.0
|
||||
id: lomion.tmdb
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
license: AGPL 3.0
|
||||
modules:
|
||||
- tmdb
|
||||
|
|
Loading…
Reference in a new issue