Skip to content

Instantly share code, notes, and snippets.

@mike-weiner
Created May 29, 2023 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mike-weiner/80db137a582d449db51fc65f16c53cb4 to your computer and use it in GitHub Desktop.
Save mike-weiner/80db137a582d449db51fc65f16c53cb4 to your computer and use it in GitHub Desktop.
A curl command to send automated bot messages via a webhook into a Discord channel.
curl \
-H "Content-Type: application/json" \
-d '{"content":"Your bot's message for the Discord channel goes here!"}' \
<your-discord-webhook-url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment