🐛 Fix discord-player import path for example bot
This commit is contained in:
parent
bc86fb8082
commit
d96a432f5d
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue