poke-cli icon indicating copy to clipboard operation
poke-cli copied to clipboard

Fix `fmt.Sprintf()` printing issue

Open digitalghost-dev opened this issue 2 months ago • 0 comments

The code is concatenating the effect text directly into the format string. When the text contains a % symbol, fmt.Sprintf interprets it as a format verb, causingae %!c(MISSING)error.

digitalghost-dev avatar Nov 29 '25 01:11 digitalghost-dev