So i need to make a POST and GET requests and the query string is based on message content but i dont understand..
I’d like to post something like
!rep + <@userid>
So the message in discord would say “!rep + 75869783647561183” and it would send the USERID (75869783647561183) to my website located at http://eternaltesting.xyz/post.php and have ?userid=75869783647561183 attached to it.
so overall the post made to my website would look like this http://eternaltesting.xyz/post.php?userid=75869783647561183&p=1&n=0
Is this possible??? it would be amazing if it was!
also please note.. when users say !rep (+) userid its focused on the + so the value &p=1 means its a positive addition.. if the post says !rep - userid then value &p=0&n=-3 would be applied.
Can anyone help!!!!