mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +00:00
docs
This commit is contained in:
parent
c7df7a4744
commit
30e6bbd7a4
2 changed files with 7 additions and 2 deletions
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue