mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
Tweak single output
This commit is contained in:
@@ -72,7 +72,7 @@ class Documentation {
|
|||||||
|
|
||||||
const parent = this.findParent(member);
|
const parent = this.findParent(member);
|
||||||
if (!parent) {
|
if (!parent) {
|
||||||
console.warn(`Warning: "${member.name || member.directData.name}" has no accessible parent.`);
|
console.warn(`- "${member.name || member.directData.name}" has no accessible parent.`);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
parent.add(item);
|
parent.add(item);
|
||||||
|
|||||||
Reference in New Issue
Block a user