Closed TwistedAsylumMC closed 3 years ago
For example
text.Colourf("<greyabc</grey>")
would return an empty string as the closing > is missing from the opening <grey> tag, creating an invalid colour (greyabc</grey)
>
<grey>
greyabc</grey
For example
would return an empty string as the closing
>
is missing from the opening<grey>
tag, creating an invalid colour (greyabc</grey
)