fixed initial setup for mod mail category

fixed setup for locking
added exception message in case the modmail post target is not defined
This commit is contained in:
Sheldan
2020-05-08 23:22:23 +02:00
parent d1f307837d
commit 271ea7364a
8 changed files with 68 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
{
"author": {
"name": "${user.member.effectiveName}",
"avatar": "${user.member.user.effectiveAvatarUrl}"
},
"color" : {
"r": 200,
"g": 0,
"b": 255
},
"description": "<#include "modmail_post_target_error">"
}