function stripColorimport { stripColor } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts"; stripColor(string: string): stringRemove ANSI escape codes from the string. Parametersstring: stringto remove ANSI escape codes from Returnsstring