<% const displayName = username.endsWith('s') ? `${username}'` : `${username}'s`; const profileUrl = `https://discord.com/users/${user.id}`; %> <%= title %> <% if (extraOptions.snow) { %> <% } %> <% if(extraOptions.rain) { %> <% } %> <% if (extraOptions.stars) { %> <% } %> <%- include("partial/style.ejs") %>
Avatar <% if (user.avatar_decoration_data) { %> Decoration <% } %> <% if (platform.mobile) { %> <% } else { %>
<% } %>
<% if(badgeApi) { %>
<% } %> <% let filtered = activities .filter(a => a.type !== 4) .sort((a, b) => { const priority = { 2: 0, 1: 1, 3: 2 }; const aPriority = priority[a.type] ?? 99; const bPriority = priority[b.type] ?? 99; return aPriority - bPriority; }); %>

Activities

<% if (readme) { %>
<%- readme %>
<% } %>