UNPKG

lavalink-client

Version:

Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.

4 lines (3 loc) 230 B
import type { Player } from "../Player"; import type { UnresolvedSearchResult } from "../Types/Utils"; export declare const bandCampSearch: (player: Player, query: string, requestUser: unknown) => Promise<UnresolvedSearchResult>;