mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Tweak single output
This commit is contained in:
parent
4b60a6f47d
commit
93cc1fcb24
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Documentation {
|
|||
|
||||
const parent = this.findParent(member);
|
||||
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;
|
||||
}
|
||||
parent.add(item);
|
||||
|
|
|
|||
Loading…
Reference in a new issue