Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const { PlayerManager } = require("discord.js-lavalink");
  2.  
  3. const nodes = [
  4.     { host: "localhost", port: 2333, password: "youshallnotpass" }
  5. ];
  6.  
  7. client.mnodes = nodes;
  8.  
  9. const manager2 = new PlayerManager(client, nodes, {
  10.     user: "632546685083582465", // Client id
  11.     shards: 0 // Total number of shards your bot is operating on
  12. });
  13. client.manager2 = manager2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement