mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
remove private from docs
This commit is contained in:
@@ -10,7 +10,6 @@ module.exports = class DocumentationScanner {
|
||||
return new Promise((resolve, reject) => {
|
||||
const stream = parse({
|
||||
src: [`${directory}*.js`, `${directory}**/*.js`],
|
||||
private: true,
|
||||
});
|
||||
|
||||
let json = '';
|
||||
|
||||
Reference in New Issue
Block a user