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
कृपया टिप्पणी करने के लिए साइन इन करें करें.
टिप्पणियां
1 टिप्पणी