mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-22 05:51:26 +00:00
added command to check your own commands
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"author": {
|
||||
"name": "${member.effectiveName}",
|
||||
"avatar": "${member.user.effectiveAvatarUrl}"
|
||||
},
|
||||
"color" : {
|
||||
"r": 200,
|
||||
"g": 0,
|
||||
"b": 255
|
||||
}
|
||||
<#assign userMention>${member.effectiveName}</#assign>
|
||||
<#if serverUsesDecays>
|
||||
,"description" :"<#include "myWarnings_with_decay_embed_description">"
|
||||
<#else>
|
||||
,"description" :"<#include "myWarnings_embed_description">"
|
||||
</#if>
|
||||
}
|
||||
Reference in New Issue
Block a user