Skip to content
Discussion options

You must be logged in to vote

Your best option would be to create a webhook to each of the channels and send the embed to each webhook.

You can create the embeds with discord.Embed and send it using the embed or embeds kwarg.

You propbably also want to use an on_message event override or listener to detect incoming messages and perform the webhook sending there.

The quickstart and docs might help if you are new to Discord.py - https://discordpy.readthedocs.io/en/stable/quickstart.html

You can also ask on the Discord.py Discord server or search for things that may have been asked before.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cs-devansh-mahajan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants