🐛 Fix discord-player import path for example bot

This commit is contained in:
Androz2091 2021-08-07 19:16:11 +02:00
parent bc86fb8082
commit d96a432f5d

View file

@ -1,6 +1,6 @@
const { Client, GuildMember } = require("discord.js");
const config = require("./config");
const { Player, QueryType, QueueRepeatMode } = require("../../");
const { Player, QueryType, QueueRepeatMode } = require("discord-player");
const client = new Client({
intents: ["GUILD_VOICE_STATES", "GUILD_MESSAGES", "GUILDS"]