3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

Fix right click bans causing logs with the banned user's username missing

This commit is contained in:
Dragory 2019-04-14 13:26:29 +03:00
parent fe88766f02
commit 434758b8ad
3 changed files with 8 additions and 12 deletions

View file

@ -5,8 +5,8 @@
"MEMBER_UNMUTE": "🔊 {userMention(member)} was unmuted by {userMention(mod)}",
"MEMBER_TIMED_UNMUTE": "🔊 {userMention(member)} was scheduled to be unmuted in **{time}** by {userMention(mod)}",
"MEMBER_MUTE_EXPIRED": "🔊 {userMention(member)}'s mute expired",
"MEMBER_KICK": "👢 {userMention(member)} was kicked by {userMention(mod)}",
"MEMBER_BAN": "🔨 {userMention(member)} was banned by {userMention(mod)}",
"MEMBER_KICK": "👢 {userMention(user)} was kicked by {userMention(mod)}",
"MEMBER_BAN": "🔨 {userMention(user)} was banned by {userMention(mod)}",
"MEMBER_UNBAN": "🔓 User (`{userId}`) was unbanned by {userMention(mod)}",
"MEMBER_FORCEBAN": "🔨 User (`{userId}`) was forcebanned by {userMention(mod)}",
"MEMBER_SOFTBAN": "🔨 {userMention(member)} was softbanned by {userMention(mod)}",