Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchOptions

Hierarchy

  • SearchOptions

Index

Properties

fuzzy?: boolean
language?: string
limit?: number
source?: { deezer?: "playlist" | "track" | "album"; soundcloud?: "tracks" | "playlists" | "albums"; spotify?: "playlist" | "track" | "album"; youtube?: "video" | "playlist" | "channel" }

Type declaration

  • Optional deezer?: "playlist" | "track" | "album"
  • Optional soundcloud?: "tracks" | "playlists" | "albums"
  • Optional spotify?: "playlist" | "track" | "album"
  • Optional youtube?: "video" | "playlist" | "channel"
unblurNSFWThumbnails?: boolean

!!! Before enabling this for public servers, please consider using Discord features like NSFW channels as not everyone in your server wants to see NSFW images. !!! Unblurred images will likely have different dimensions than specified in the YouTubeThumbnail objects.

Generated using TypeDoc