crank, your code sucks tbh. I mean, no else, the use of a boolean when unecessary, and an unreachable statement!
code:
if (Message.charAt(0) == "/") return(Message);
Color1 = Math.floor(Math.random() * Color_Max);
Color2 = Math.floor(Math.random() * Color_Max);
return Parse_Text(Color1, Color2, Message);
is how it should look.
Edit: From 10 lines to 4!