Feature/#96 pull nickname from discord api #97

Merged
Serraniel merged 2 commits from feature/#96-pull-nickname-from-discord-api into master 2021-12-05 19:16:18 +01:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit cf06a34183 - Show all commits

View file

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

View file

@ -139,7 +139,8 @@ Flaticons (Roundicons Circle Flat) - Flaticon Basic License</value>
%channel% -&gt; channel name
%timestamp% -&gt; message timestamp (Unix timestamp)
%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)
%userid% -&gt; author id (given by discord)</value>
</data>