Valid Posted September 7, 2019 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
Hybris Posted September 8, 2019 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
Medusa Posted September 10, 2019 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
Valid Posted September 13, 2019 Author 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", " ")