How to use DISCORD WEBHOOKS to send messages in HTML, CSS, and JS!
HTML-код
- Опубликовано: 21 ноя 2024
- This is how to use DISCORD WEBHOOKS to send MESSAGES to your discord server in HTML, CSS, and JS!!
Join Discord Server: / discord
Replit: replit.com
Link in video: webhook-tutori...
Thanks for watching!!
ok so i have watched your videos but this has actualllllllly helped me so much i was wondering how to do this kind of stuff and I couldn't figure it out! tysm!!!!!
this is truly helpful honestly thank you i cant stress that enough i made a cool system where you can send a message to me, but with css added on to it to make it look nicer (no offense ik you probably didnt add styling for simplicity but i wanted more styling :)
Nice video, I don't really know what this stuff is as I'm not a coder but still it's probably very useful tom
its basically a thing where you can send data to a discord server. you can send anything you want with code so you can make something like a messaging system, notification system, or something else. think of it like a discord servant waiting for you to send data to it :) (If you still dont get it its ok some people are just confused)
Dude, thank you. You help solve a question I've been having for weeks in just 10 minutes. Massively helpful
I’m glad to help, it seems that this is a growing topic and I know that feeling!
Great tutorial
7:09, let me rephrase that, because what the JSON.stringify() method is doing is turning the parameters in the video to a JSON-readable string. Sorry about that!
Cool tutorial kid, for a 12-year-old I'd have to say that's impressive!
Thank you very much! I just want to let you know that I am not 12 however, because I wouldn't be able to be on this site. But thank you for your feedback!
by the sound of ur voice @TomMustBe12 it sounds like you're younger than most who know this so kudos to you
i cant believe a kid is teaching me
fr
thank you so much for this!!
You should make a video showing how to hide the webhook link so random people can't go and send stuff to it
How do you allow the program to run but keep the webhook hidden? Mine keep getting hijacked.
Good question!! If you want to keep the webhook hidden, you can use Replit secrets. For Replit secrets, it will tell you how to use it. However, if you aren't using Replit, you might want to use some base-64 encoding to make it a little harder for others to get, or, you can host your website/project on Node.js to use an env file, and store your webhook there. Let me know if you have any trouble or have a question!
@@TomMustBe12 ik but the secret only works for me, when other people use the program it says exit status 1 (python)
Really cool!
Thank you!
the problem is someone could just do view source and delete/spam the webhook
@@MuriSell yes that is true. I’m planning on making an updated video because I’ve gotten some comments like this
What about if you have form "option"
bruh this is sick
Thank you!
Does this have a github? please let me know!!!
I’ve created this on Replit, however I will create a GitHub soon!! I will upload past code and future code there. Thanks for the suggestion and I’ll have my GitHub link on my channel about page soon!
it just says
"Name: $(name)" :(
CORS policy
There shouldn't be a problem with CORS, but if you do have an issue, you can use a nocors service.