diff --git a/bridge/src/discord/events.ts b/bridge/src/discord/events.ts index 7cf5e4b..f274281 100644 --- a/bridge/src/discord/events.ts +++ b/bridge/src/discord/events.ts @@ -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; }