mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
refactor: inline table of contents
This commit is contained in:
@@ -38,7 +38,7 @@ export function generatePath(items: readonly ApiItem[]) {
|
||||
const functionItem = item as ApiFunction;
|
||||
path += `${functionItem.displayName}${
|
||||
functionItem.overloadIndex && functionItem.overloadIndex > 1 ? `:${functionItem.overloadIndex}` : ''
|
||||
}:/`;
|
||||
}/`;
|
||||
break;
|
||||
default:
|
||||
path += `${item.displayName}/`;
|
||||
|
||||
Reference in New Issue
Block a user