bridge boost system message

This commit is contained in:
Jan 2022-11-17 18:19:59 +01:00
parent 66503b55ae
commit dd0bfbce37
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -515,6 +515,11 @@ async function renderSystemMessage(
/\*/g,
"\\*"
)}** joined the server`;
case "USER_PREMIUM_GUILD_SUBSCRIPTION":
return `:01GJ39CX4H8KJEFF63ZT744S24: **${message.author.username.replace(
/\*/g,
"\\*"
)}** just Boosted the server!`;
default:
return undefined;
}