#96 Added nickname to explanation resource
This commit is contained in:
parent
55baa35cba
commit
cf06a34183
|
@ -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>
|
||||
|
|
|
@ -139,7 +139,8 @@ Flaticons (Roundicons Circle Flat) - Flaticon Basic License</value>
|
|||
%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)</value>
|
||||
</data>
|
||||
|
|
Loading…
Reference in a new issue