mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
remove private from docs
This commit is contained in:
@@ -81,7 +81,8 @@ class Documentation {
|
||||
}
|
||||
const parent = this.findParent(member);
|
||||
if (!parent) {
|
||||
throw new Error(`${member.name} has no accessible parent - ${JSON.stringify(member)}`);
|
||||
console.log(new Error(`${member.name || member.directData.name} has no accessible parent`));
|
||||
continue;
|
||||
}
|
||||
parent.add(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user