About 58,100 results
Open links in new tab
  1. 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 …

  2. Forward Messages from Telegram to Discord via webhook

    Feb 18, 2024 · You also didn't show any code for the discord bot but discord is tagged. You also are taking the difficult path by making a webhook, you can just make a discord.Embed.

  3. How to allow discord bot to respond to webhook. Python.

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

  4. How do I get a discord bot to mention a role and a user?

    5 I am trying to make a bot that, whenever someone says something, it sends a message in the channel saying that that person is there and is waiting for someone to join. However, it only …

  5. javascript - Using Discord.js, how can I trigger a bot when a …

    Jun 16, 2021 · Using Discord.js, how can I trigger a bot when a webhook is triggered? Asked 4 years, 5 months ago Modified 4 years, 5 months ago Viewed 2k times

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

  7. How to make discord bot send colored text from shell terminal …

    Feb 5, 2022 · This is just a simple bash script that is used to send a message to discord using webhook. But is there a way to send colored text to discord? I know we can type in colored …

  8. discord - webhook url is not copyable which is made by bot

    Aug 14, 2021 · It is a special type of webhook, an application-owned webhook, managed by an application (e.g. your discord bot). Purpose of such webhook isn't to be used by regular users.

  9. Create Discord Webhook with python - Stack Overflow

    Sep 15, 2020 · Create Discord Webhook with python I'm recently working on a discord bot with python. where my discord bot needs to send a message through "DISCORD WEBHOOK". the …

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