Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 796 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 796 Bytes

Unofficial Yandex.Music extractor for discord-player

Usage

const { YandexMusicExtractor } = require("discord-player-yandexmusic");
// Or
import YandexMusicExtractor from "discord-player-yandexmusic"

// Also do not forget to import discord-player and create player.

discordplayer.useMainPlayer().register(YandexMusicExtractor, { access_token: "yourToken", uid: "yourUid_number" });

How to get your yandex music token and uid

  1. To get token, simply follow these instructions.
  2. To get uid click here. Your uid will be in url.

Thanks