3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-09 12:07:19 +00:00

Add user id and show recent cases in 'member joined with prior records' log entry

This commit is contained in:
Dragory 2019-01-15 04:15:22 +02:00
parent 95cded4d2b
commit f6f1c29fc1
4 changed files with 52 additions and 26 deletions

View file

@ -45,5 +45,5 @@
"MASSBAN": "⚒ **{mod.username}#{mod.discriminator}** massbanned {count} users",
"MEMBER_JOIN_WITH_PRIOR_RECORDS": "⚠ **{member.user.username}#{member.user.discriminator}** joined with prior records ({caseCount} case(s))"
"MEMBER_JOIN_WITH_PRIOR_RECORDS": "⚠ **{member.user.username}#{member.user.discriminator}** (`{member.id}`) joined with prior records. Recent cases:\n{recentCaseSummary}"
}