Hi everyone,
i’m working on a game with twitch chat integration. (choosed this category because it’s more related to the chat than the game itself)
I’ve created a validation function to check, if the coordinates from the message are valid.
While testing, i noticed, if the message is sent multiple times, there is a invisible character at every second message.
Even after .strip()
and .replace(" ", "")
the string, it is still there.
The weird thing is, inside the console, the message is not showing any space, but the length of the string still displays 3.