POST discord/join
Log a message to a Discord channel when user joins the Network.
Note
This is a privileged endpoint. Only authorised queries will be processed.
Parameters
username
string
Users IGN.
Examples
- Typical
- Invalid
{
"username": "shadowolfyt"
}
Response
{
"success": true
}
A Discord message will be created that says,
"☑ | shadowolfyt
has joined the Network."
TODO