mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-16 20:29:11 +00:00
[AB-xxx] adding username to ban notification
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
<#include "user_detail">
|
<#include "user_detail">
|
||||||
<#include "full_member_info">
|
<#include "full_member_info">
|
||||||
|
<#assign bannedUserName=bannedUser.name>
|
||||||
"title": {
|
"title": {
|
||||||
"title": "<@safe_include "ban_log_title"/>"
|
"title": "<@safe_include "ban_log_title"/>"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
<#include "user_detail">
|
<#include "user_detail">
|
||||||
<#include "abstracto_color">,
|
<#include "abstracto_color">,
|
||||||
|
<#assign bannedUserName=bannedUser.name>
|
||||||
"description" : "<@safe_include "userBanned_description"/>",
|
"description" : "<@safe_include "userBanned_description"/>",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
User has been banned
|
User ${bannedUserName} has been banned.
|
||||||
@@ -1 +1 @@
|
|||||||
User was banned.
|
User ${bannedUserName} was banned.
|
||||||
Reference in New Issue
Block a user