#96 Added nickname to explanation resource

This commit is contained in:
Serraniel 2021-12-05 19:14:46 +01:00
parent 55baa35cba
commit cf06a34183
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 4 additions and 2 deletions

View file

@ -86,7 +86,8 @@ namespace DML.Application.Properties {
///%channel% -> channel name ///%channel% -> channel name
///%timestamp% -> message timestamp (Unix timestamp) ///%timestamp% -> message timestamp (Unix timestamp)
///%name% -> attachment filename ///%name% -> attachment filename
///%username% -> author name ///%username% -> author username
///%nickname% -> author nickname (if unassigned, username will be used)
///%id% -> attachment id (given by Discord) ///%id% -> attachment id (given by Discord)
///%userid% -> author id (given by discord) ähnelt. ///%userid% -> author id (given by discord) ähnelt.
/// </summary> /// </summary>

View file

@ -139,7 +139,8 @@ Flaticons (Roundicons Circle Flat) - Flaticon Basic License</value>
%channel% -&gt; channel name %channel% -&gt; channel name
%timestamp% -&gt; message timestamp (Unix timestamp) %timestamp% -&gt; message timestamp (Unix timestamp)
%name% -&gt; attachment filename %name% -&gt; attachment filename
%username% -&gt; author name %username% -&gt; author username
%nickname% -&gt; author nickname (if unassigned, username will be used)
%id% -&gt; attachment id (given by Discord) %id% -&gt; attachment id (given by Discord)
%userid% -&gt; author id (given by discord)</value> %userid% -&gt; author id (given by discord)</value>
</data> </data>