search

The Anilibria.random() is a method that must accept a query argument of type string and returns an object of type Release[].

Usage

anilibria.search({
    query: "That Time I Got Reincarnated as a Slime"
}).then(res => res)

Parameters

Parameter
Type
Is Required

query

string

true

Last updated