About 51 results
Open links in new tab
  1. Uploading a text file to discord using webhook - Stack Overflow

    Aug 18, 2022 · Uploading a text file to discord using webhook Asked 3 years, 5 months ago Modified 1 year, 10 months ago Viewed 4k times

  2. How to make link markup work in a discord bot message?

    Dec 27, 2022 · const webhook = await channel.createWebhook({ // a message from a webhook has a different sender, here we set its name, // for instance the same as the name of our bot (likewise, we …

  3. how to make a webhook to send a message with the avatar and …

    Oct 10, 2020 · how to make a webhook to send a message with the avatar and nickname of the user execute command discord.py Asked 5 years, 3 months ago Modified 5 years, 3 months ago Viewed …

  4. How to allow discord bot to respond to webhook. Python. Discord.py

    Apr 12, 2021 · How to allow discord bot to respond to webhook. Python. Discord.py Asked 4 years, 10 months ago Modified 4 years, 10 months ago Viewed 3k times

  5. python - Send data to a Discord webhook - Stack Overflow

    Apr 2, 2018 · My first suggestion is the following steps: Make a webhook in the desired Discord channel. use the discord.Webhook.from_url method to fetch a Webhook object from the URL Discord gave …

  6. unable to send image through discord webhooks - Stack Overflow

    Dec 2, 2022 · Unfortunately, the discord_webhooks package you're using does not support file attachments, making it impossible to set the locally saved images or Pil-created images as embed …

  7. Using Curl in the CMD To send a Discord webhook

    Jun 6, 2020 · Discord Webhook is the easiest way to send message to a discord, but it will send the message to one specific channel. You need to create a server, click on engine icon of the channel, …

  8. http - POST to a webhook? - Stack Overflow

    Dec 28, 2019 · I created a Discord webhook for my channel, now I am trying to send a POST request to it so my program automatically saves stuff to the channel. However when I send a post request it …

  9. Discord Webhook Send Message with Components - Stack Overflow

    Dec 7, 2022 · I am trying to send a message to Discord Webhook, with Components. I have tried normal message and embed, and both give me the same result. I get the message, but not the components. …

  10. Receiving 403 error when making requests to a discord webhook

    May 11, 2023 · 0 im receiving the issue of my project not able to send messages to a discord webhook, it gives 403 forbidden each try. Here is the code: