mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 23:21:04 +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 GEN_VERSION = 9;
|
||||
const GEN_VERSION = 10;
|
||||
|
||||
try {
|
||||
fs = require('fs-extra');
|
||||
|
|
@ -131,6 +131,11 @@ function clean() {
|
|||
param.type = newTypes;
|
||||
}
|
||||
}
|
||||
item.params = [
|
||||
{
|
||||
type: item.params,
|
||||
},
|
||||
];
|
||||
obj.events.push(item);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue