1.0.7 • Published 1 year ago

rainlink-nico v1.0.7

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
1 year ago

rainlink-nico

A plugin that allows you to play music on nicovideo.jp

Install

npm i rainlink-nico

Support source:

- https://www.nicovideo.jp/watch/sm30067009

How to

const { Rainlink } = require('rainlink');
const { NicoPlugin } = require('rainlink-nico');

const rainlink = new Rainlink({
    library: new Library.DiscordJS(client),
    nodes: Nodes,
    plugins: [
      new NicoPlugin({
        searchLimit: 10,
      }),
    ],
});

kazagumo.search(`https://www.nicovideo.jp/watch/sm30067009`); // track
kazagumo.search('初音ミク', { engine: 'nicovideo' }); // search track using nico
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago