I purchased this a while ago, can someone tell me how to get in touch with the creator? The email sending is not working with any of their support aliases.
I purchased this a while ago, can someone tell me how to get in touch with the creator? The email sending is not working with any of their support aliases.
The call to str_ireplace has the args in the wrong order. The 4th param gets passed in (which is the $countout param), and the replacement array repeats the placeholders instead of the values. Thus, $content becomes an array instead of a string, so Discord rejects the payload.