@zerospacegg/vynthra
Version:
Discord bot for ZeroSpace.gg data
7 lines • 298 B
TypeScript
import type { BotSubcommand } from "../types.js";
/**
* Generate tech tree for a faction using the beautiful ASCII tree format
*/
export declare function generateTechTree(factionName: string): string;
export declare const techTreeSubcommand: BotSubcommand;
//# sourceMappingURL=tech-tree.d.ts.map