import { removeMinecraftFormatting } from "https://deno.land/x/hypixel@v3.1.1/helpers/MinecraftFormatting.ts";
This helper will take a string and remove any of Minecraft's formatting sequence. Useful when parsing item lore or similar elements.
x/hypixel/helpers/MinecraftFormatting.ts>removeMinecraftFormatting
import { removeMinecraftFormatting } from "https://deno.land/x/hypixel@v3.1.1/helpers/MinecraftFormatting.ts";
This helper will take a string and remove any of Minecraft's formatting sequence. Useful when parsing item lore or similar elements.