|
1 | 1 | { |
2 | 2 | "MEMBER_NOTE": "{timestamp} 🖊 Note added on {userMention(user)} by {userMention(mod)}", |
3 | | - "MEMBER_WARN": "{timestamp} ⚠️ {userMention(member)} was warned by {userMention(mod)}", |
4 | | - "MEMBER_MUTE": "{timestamp} 🔇 {userMention(user)} was muted indefinitely by {userMention(mod)}", |
5 | | - "MEMBER_TIMED_MUTE": "{timestamp} 🔇 {userMention(user)} was muted for **{time}** by {userMention(mod)}", |
| 3 | + "MEMBER_WARN": "{timestamp} ⚠️ {userMention(member)} was warned by {userMention(mod)} ({notifyResult})", |
| 4 | + "MEMBER_MUTE": "{timestamp} 🔇 {userMention(user)} was muted indefinitely by {userMention(mod)} ({notifyResult})", |
| 5 | + "MEMBER_TIMED_MUTE": "{timestamp} 🔇 {userMention(user)} was muted for **{time}** by {userMention(mod)} ({notifyResult})", |
6 | 6 | "MEMBER_UNMUTE": "{timestamp} 🔊 {userMention(user)} was unmuted by {userMention(mod)}", |
7 | 7 | "MEMBER_TIMED_UNMUTE": "{timestamp} 🔊 {userMention(user)} was scheduled to be unmuted in **{time}** by {userMention(mod)}", |
8 | 8 | "MEMBER_MUTE_EXPIRED": "{timestamp} 🔊 {userMention(member)}'s mute expired", |
9 | | - "MEMBER_KICK": "{timestamp} 👢 {userMention(user)} was kicked by {userMention(mod)}", |
10 | | - "MEMBER_BAN": "{timestamp} 🔨 {userMention(user)} was banned by {userMention(mod)}", |
11 | | - "MEMBER_UNBAN": "{timestamp} 🔓 User (`{userId}`) was unbanned by {userMention(mod)}", |
| 9 | + "MEMBER_KICK": "{timestamp} 👢 {userMention(user)} was kicked by {userMention(mod)} ({notifyResult})", |
| 10 | + "MEMBER_BAN": "{timestamp} 🔨 {userMention(user)} was banned by {userMention(mod)} ({notifyResult})", |
| 11 | + "MEMBER_UNBAN": "{timestamp} 🔓 User (`{userId}`) was unbanned by {userMention(mod)} ({notifyResult})", |
12 | 12 | "MEMBER_FORCEBAN": "{timestamp} 🔨 User (`{userId}`) was forcebanned by {userMention(mod)}", |
13 | 13 | "MEMBER_SOFTBAN": "{timestamp} 🔨 {userMention(member)} was softbanned by {userMention(mod)}", |
14 | 14 | "MEMBER_JOIN": "{timestamp} 📥 {new} {userMention(member)} joined (created <t:{account_age_ts}:R>)", |
|
0 commit comments