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!!

Комментарии • 30

  • @aminecraftheart
    @aminecraftheart 2 месяца назад

    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!!!!!

  • @cocoapuffs-c1k
    @cocoapuffs-c1k 3 месяца назад

    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 :)

  • @Rysterio
    @Rysterio 5 месяцев назад +3

    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

    • @cocoapuffs-c1k
      @cocoapuffs-c1k 3 месяца назад

      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)

  • @theemeraldend4302
    @theemeraldend4302 5 месяцев назад

    Dude, thank you. You help solve a question I've been having for weeks in just 10 minutes. Massively helpful

    • @TomMustBe12
      @TomMustBe12  5 месяцев назад

      I’m glad to help, it seems that this is a growing topic and I know that feeling!

  • @stokbrot
    @stokbrot 3 месяца назад

    Great tutorial

  • @TomMustBe12
    @TomMustBe12  Год назад +4

    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!

  • @LePhenixGD
    @LePhenixGD 9 месяцев назад +2

    Cool tutorial kid, for a 12-year-old I'd have to say that's impressive!

    • @TomMustBe12
      @TomMustBe12  9 месяцев назад

      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!

    • @cocoapuffs-c1k
      @cocoapuffs-c1k 3 месяца назад

      by the sound of ur voice @TomMustBe12 it sounds like you're younger than most who know this so kudos to you

  • @DevJeb
    @DevJeb 4 месяца назад

    i cant believe a kid is teaching me

  • @ickass
    @ickass 6 месяцев назад

    thank you so much for this!!

  • @bontboss
    @bontboss 11 месяцев назад +1

    You should make a video showing how to hide the webhook link so random people can't go and send stuff to it

  • @Frindow
    @Frindow Год назад +2

    How do you allow the program to run but keep the webhook hidden? Mine keep getting hijacked.

    • @TomMustBe12
      @TomMustBe12  Год назад

      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!

    • @Frindow
      @Frindow Год назад +1

      @@TomMustBe12 ik but the secret only works for me, when other people use the program it says exit status 1 (python)

  • @knut-olaihelgesen3608
    @knut-olaihelgesen3608 Год назад +1

    Really cool!

  • @MuriSell
    @MuriSell 4 дня назад +1

    the problem is someone could just do view source and delete/spam the webhook

    • @TomMustBe12
      @TomMustBe12  4 дня назад

      @@MuriSell yes that is true. I’m planning on making an updated video because I’ve gotten some comments like this

  • @bohdanbondar2144
    @bohdanbondar2144 Год назад

    What about if you have form "option"

  • @RueHellens
    @RueHellens Год назад

    bruh this is sick

  • @Lucashastech
    @Lucashastech 3 месяца назад +1

    Does this have a github? please let me know!!!

    • @TomMustBe12
      @TomMustBe12  3 месяца назад

      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!

  • @ILikeCookiesandlemons
    @ILikeCookiesandlemons 13 дней назад

    it just says
    "Name: $(name)" :(

  • @Duluper
    @Duluper 7 месяцев назад

    CORS policy

    • @TomMustBe12
      @TomMustBe12  7 месяцев назад

      There shouldn't be a problem with CORS, but if you do have an issue, you can use a nocors service.