Valid Posted September 7, 2019 Share Posted September 7, 2019 (edited) I'm trying to implement Discord Webhooks into my script using the JSON library and everything followed by this tutorial: Medusa's Post Edited September 7, 2019 by Valid Quote Link to comment Share on other sites More sharing options...
Hybris Posted September 8, 2019 Share Posted September 8, 2019 20 hours ago, Valid said: I'm trying to implement Discord Webhooks into my script using the JSON library and everything followed by this tutorial: Medusa's Post It works fine for me, double check your webhook URL 1 Quote Link to comment Share on other sites More sharing options...
Medusa Posted September 10, 2019 Share Posted September 10, 2019 (edited) On 9/8/2019 at 2:43 PM, Hybris said: It works fine for me, double check your webhook URL Agree with Hybris. Also looks very much like it is the webhook URL that is not working correctly. You might've used the wrong imports(?) (Semi-late reply) Edited September 10, 2019 by Medusa Quote Link to comment Share on other sites More sharing options...
Valid Posted September 13, 2019 Author Share Posted September 13, 2019 Fixed, problem lied in I was trying to get the Username, with Runescape the spaces are different, so had to replace ("\\h", " ") Quote Link to comment Share on other sites More sharing options...