How do I make my bot send a message in a webhook?
0
-
You basicly send a post request the webhooks url (https://discord.com/api//webhooks/{webhook.id}/{webhook.token}) with data on what is should do
Example:
{"content": "My message"}
You can read more info here: https://discord.com/developers/docs/resources/webhook#excecute-webhook0
Please sign in to leave a comment.
Comments
1 comment