mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
docs
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@ let parse;
|
|||||||
|
|
||||||
const customDocs = require('../custom/index');
|
const customDocs = require('../custom/index');
|
||||||
|
|
||||||
const GEN_VERSION = 9;
|
const GEN_VERSION = 10;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
fs = require('fs-extra');
|
fs = require('fs-extra');
|
||||||
@@ -131,6 +131,11 @@ function clean() {
|
|||||||
param.type = newTypes;
|
param.type = newTypes;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
item.params = [
|
||||||
|
{
|
||||||
|
type: item.params,
|
||||||
|
},
|
||||||
|
];
|
||||||
obj.events.push(item);
|
obj.events.push(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user