Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Dose Not Work With Discord.js@Dev (V13) #119

Open
VidulHB opened this issue Jul 7, 2021 · 2 comments
Open

Dose Not Work With Discord.js@Dev (V13) #119

VidulHB opened this issue Jul 7, 2021 · 2 comments

Comments

@VidulHB
Copy link

VidulHB commented Jul 7, 2021

error = const { Structures } = require("discord.js");
const MusicHandler = require("../structures/MusicHandler");

const Guild = Structures.get("Guild"); <-- get Is Not Defined

class MusicGuild extends Guild {
constructor(client, data) {
super(client, data);
this.music = new MusicHandler(this);
}
}

Structures.extend("Guild", () => MusicGuild);

@Allvaa
Copy link
Owner

Allvaa commented Jul 7, 2021

@yofukashino
Copy link
Contributor

why is this issue still open?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants