Documentation Index
Fetch the complete documentation index at: https://anniemei.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The/recommend command fetches AniList community recommendations for a given anime or manga. It shows up to five related titles with scores, genres, and links.
Command syntax
Parameters
Whether to find anime or manga recommendations
anime— search anime recommendationsmanga— search manga recommendations
AniList ID (numeric) or search term (title in any language)
Usage examples
- By AniList ID
- By title
Response data
The bot returns a rich embed with:Title
The title of the anime or manga you searched for, with a link to its AniList page
Recommendations
Up to five recommended titles, each showing:
- Title with AniList link
- Media type (Anime / Manga)
- Format and status (e.g. “TV / Finished”)
- Average score (out of 100)
- AniList community rating
- Up to three genres
Thumbnail
Cover image from AniList
Search tips
No recommendations found
No recommendations found
If a title has no community recommendations on AniList, the bot returns:
NSFW filtering
NSFW filtering
Age-restricted titles and their recommendations are hidden in non-NSFW channels. Use
/recommend in an age-restricted channel to see all recommendations.Input validation
The bot validates your search input before processing:- Empty queries are rejected
- Queries that exceed the maximum length are rejected
Source code reference
Implementation:src/commands/recommend/command.rs:30
The register() function defines the command structure:
