anilist plugin
-
class
shellbot.plugins.anilist.setup.Anilist(*args, **kwargs)
Implement the Anilist plugin.
-
coroutine
anime(ctx, *, query, pages=5)
Implement the anime command.
| Parameters: |
- ctx (
Context) – The command context.
- query (str) – The search query.
- pages (int [optional]) – A number of pages to retrieve.
|
-
coroutine
manga(ctx, *, query, pages=5)
Implement the manga command.
| Parameters: |
- ctx (
Context) – The command context.
- query (str) – The search query.
- pages (int [optional]) – A number of pages to retrieve.
|
Anilist API Client module