Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 357 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 357 Bytes

n3fs-discord-welcome

This repo contains the messages posted in the #welcome channel of the N3FS Discord.

These JSON files are meant to be POSTed to a Discord webhook. You can do that with CURL like this:

curl -X POST -d @filename.json -H "Content-Type: application/json" $WEBHOOK_URL

(Of course I'm not including our webhook URL in here)