mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +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 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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user