``anilist`` commands ==================== .. csv-table:: :widths: auto "**Plugin**", :class:`~shellbot.plugins.anilist.Anilist` "**Brief**", "Anilist search commands." `anime <../plugins/anilist.html#shellbot.plugins.anilist.Anilist.anime>`_ ------------------------------------------------------------------------- .. csv-table:: :widths: auto "**Aliases**", "No alias" "**Brief**", "Return the best anime match for the given query." "**Usage**", ``anime [pages] query`` .. code-block:: text positional arguments: pages the number of pages to retrieve query the manga's query Examples ~~~~~~~~ .. csv-table:: :widths: auto "``anime pokemon``","Fetch the 5 best pages related to Pokemon." "``anime 10 pokemon``","Fetch the 10 best pages related to Pokemon." `manga <../plugins/anilist.html#shellbot.plugins.anilist.Anilist.manga>`_ ------------------------------------------------------------------------- .. csv-table:: :widths: auto "**Aliases**", "No alias" "**Brief**", "Return the best manga's match for the given query." "**Usage**", ``manga [pages] query`` .. code-block:: text positional arguments: pages the number of pages to retrieve query the manga's query Examples ~~~~~~~~ .. csv-table:: :widths: auto "``manga pokemon``","Fetch the 5 best pages related to Pokemon." "``manga 10 pokemon``","Fetch the 10 best pages related to Pokemon."