About 187,000 results
Open links in new tab
  1. c# - How do I send files in discord webhook? - Stack Overflow

    Mar 30, 2020 · 0 So I'm coding an application in c# which should send messages via Discord Webhooks. I would like it to be able to send files. Is it possible and how do I do it? Right below …

  2. discord.py "Unknown Webhook 10015" since new router

    May 21, 2025 · Ever since getting my new router (HG8147X6) I seem to have constantly run into an issue with my Discord.py bots. After starting the bot, every slash command works once, …

  3. Discord bot to copy messages from one server to another?

    Jun 7, 2023 · Discord allows you to, at most fetch 100 messages at a time from a channel. This is well documented, and you can find an example here. If you wanted to retain the order of …

  4. Forward Messages from Telegram to Discord via webhook

    Feb 18, 2024 · I've properly configured the bot on Telegram and successfully obtained the webhook on Discord. However, I'm unable to get messages sent in the Telegram channel to …

  5. python - discord webhook ip grabber - Stack Overflow

    Sep 2, 2021 · discord webhook ip grabber Asked 4 years, 3 months ago Modified 1 year, 7 months ago Viewed 6k times

  6. 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 …

  7. How do upload an image from URL to Discord to be used for an …

    Jul 30, 2024 · On Discord's docs about executing a webhook it mentions about uploading files for attachments but I don't want an attachment. I want to be able to not have to use a third-party …

  8. How to create a function to send messages - Stack Overflow

    Feb 1, 2023 · Instead of using a Discord bot, you can use a webhook to send messages to a channel as if they were posted by a bot. Using a webhook is simple; you just need to make an …

  9. discord - Is there any way to post a webhook using JavaScript?

    May 5, 2018 · The assumption is that the WebHook expects a payload with Content-Type”: “application/json” via a Post request at that endpoint. AFAIK, WebHooks are a way servers …

  10. Discord.js - Ping a Role using Role ID - Stack Overflow

    May 6, 2020 · Discord.js - Ping a Role using Role ID Asked 5 years, 7 months ago Modified 2 years, 9 months ago Viewed 49k times