1.0.2 • Published 2 months ago

@lavaclient/plugin-lavasearch v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

LavaSearch Integration Plugin

A Lavalink API client plug-in for better integration with LavaSearch

🛟 Need Support?

Feel free to join our Discord Server.

⛓️ Example

Requires LavaSearch v1

import "@lavaclient/plugin-lavasearch/register";

// 1.
await node.api.loadSearch("spsearch:Odetari", "track", "artist", "album");

// 2.
await node.api.loadSearchOrNull("spsearch:Odetari", "track", "artist", "album");
  1. Loads a LavaSearch result with tracks, artists, and albums. Throws an exception if nothing was found.
  2. Does the same thing as 1 but returns null if nothing was found.