2.0.3 • Published 10 months ago

distube-vk-music-plugin v2.0.3

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

distube-vk-music-plugin

Feature

typeexample link☑️
playlisthttps://vk.com/music/playlist/-192000782_406
albumhttps://vk.com/music/album/-2000892528_18892528
artisthttps://vk.com/artist/nepridymal_mty0oty4odm2mw
audiohttps://vk.com/audio-2001624323_122624323
grouphttps://vk.com/ne_pridymal_group
userhttps://vk.com/titsex

Installation

npm install distube-vk-music-plugin
yarn add distube-vk-music-plugin
pnpm add distube-vk-music-plugin
bun add distube-vk-music-plugin

Using

import { VKMusicPlugin } from 'distube-vk-music-plugin'
import { Client, GatewayIntentBits } from 'discord.js'
import { DisTube } from 'distube'

const client = new Client({
    intents: [
        GatewayIntentBits.Guilds,
        GatewayIntentBits.GuildMessages,
        GatewayIntentBits.MessageContent,
        GatewayIntentBits.GuildMembers,
        GatewayIntentBits.GuildVoiceStates,
    ]
})

const distube = new DisTube(client, {
    plugins: [new VKMusicPlugin({ token: 'vk token' })]
})

client.login('bot token')

Documentation

VKMusicPluginVKMusicPluginOptions

  • token is required, to get it, follow the link, click "allow" and copy everything between access_token= and &expires_in
2.0.3

10 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago