Quote:
Originally Posted by DarkZero
Replace "msg" with "str2".
Explaination: You are formatting a message in a string called "str2", but you are trying to call the formatted message in "msg", that actually doesn't exist. So you have to call the string of "str2" instead.
|
Thank you sir you saved me from a headache! rep+