mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-24 22:43:41 +00:00
added embed templates
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"author": {
|
||||
"name": "${member.effectiveName}",
|
||||
"avatar": "${member.user.effectiveAvatarUrl}"
|
||||
},
|
||||
"color" : {
|
||||
"r": 200,
|
||||
"g": 0,
|
||||
"b": 255
|
||||
}
|
||||
<#assign userMention>${member.effectiveName}</#assign>
|
||||
,"description" :"<#include "myWarnings_with_decay_embed_description">"
|
||||
</#if>
|
||||
}
|
||||
Reference in New Issue
Block a user