About Discord Auth Logger
Once Discord Auth and Core linked is completed, a Discord message will be sent.
Discord Auth or Discord Core reqired!
FAQ:
QuoteQ: how to message hyper link
A:
[text](link)
ex: [{steamName}](https://steamcommunity.com/profiles/{steamid}/)
Q: how to discord member mentions
A: <@{discordId}>
Config:
{
"Discord Token (Auth, Core Same Token recommended)": "",
"Steam API Key (https://steamcommunity.com/dev/apikey)": "",
"Auth (Linked) Message Embed": {
"Channel Logger Id": "",
"Description": "Linked",
"Footer Message": "Linked",
"Footer Icon": "",
"Embed Field": [
{
"name": "Steam",
"value": "[{steamName}](https://steamcommunity.com/profiles/{steamId}) ({steamId})",
"inline": false
},
{
"name": "Discord",
"value": "<@{discordId}> ({discordName} | {discordId})",
"inline": false
}
]
},
"DeAuth (UnLinked) Message Embed": {
"Channel Logger Id": "",
"Description": "UnLinked",
"Footer Message": "UnLinked",
"Footer Icon": "",
"Embed Field": [
{
"name": "Steam",
"value": "[{steamName}](https://steamcommunity.com/profiles/{steamId}) ({steamId})",
"inline": false
},
{
"name": "Discord",
"value": "<@{discordId}> ({discordName} | {discordId})",
"inline": false
}
]
},
"Time Formatting": "MM/dd/yyyy hh:mm:ss tt",
"Guild Id": "",
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 4
}
}
Formatting:
{steamId} - steam ID
{steamName} - steam user displayname
{steamGetAvatarUrl} - steam avatar url (image)
{discordId} - discord user displayname
{discordName} - discord user displayname
{discordGetAvatarUrl} - discord avatar url (image)
{datetime} - linked Time (datetime format in config)