class CommandCategory { friendlyName: string; description: string; aliases: string[]; } export default CommandCategory;