CommandkitInterfacesLegacyCommandMetadataVersion: 1.xOn this pageLegacyCommandMetadataLegacyCommandMetadata commandkittypes.ts Signatureinterface LegacyCommandMetadata { aliases?: string[]; guilds?: string[];} aliasespropertystring[]The aliases of the command.guildspropertystring[]The guilds that the command is available in.