mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat: command menu
This commit is contained in:
@@ -47,7 +47,7 @@ export function generatePath(items: readonly ApiItem[], version: string) {
|
||||
case ApiItemKind.MethodSignature:
|
||||
case ApiItemKind.PropertySignature:
|
||||
// TODO: Take overloads into account
|
||||
path += `#${item.displayName}:${item.kind}`;
|
||||
path += `#${item.displayName}`;
|
||||
break;
|
||||
default:
|
||||
path += `/${item.displayName}:${item.kind}`;
|
||||
|
||||
Reference in New Issue
Block a user