<% const images=["curved-1", "curved-2" , "curved-3" , "curved-4" , "curved-5" , "curved-6" , "curved-7" , "curved-8" , "curved-9" , "curved-10" , "curved-11" , "curved-12" , "curved-13" , "curved-14" , "curved-15" , "curved-16" , "curved-17" , "curved-18" ]; const image=images[Math.floor(Math.random() * images.length)]; %>
<% if(gIcon) { %>
profile_image
<% } %>
<%= guild.name %>

Server ID: <%= guild.id %>

<% if (themeConfig.leaderboard) { %> <% } %>
<% if (!req.params.category) { %> <% } %>
<% settings.forEach(s=> { if (s.categoryId !== req.params.category) return; %>
<% s.categoryOptionsList.forEach( option=> { let Allowed = canUseList[s.categoryId][option.optionId]; %> <% if (!option.themeOptions) option.themeOptions={}; let themeOptions=option.themeOptions; %> <% if (themeOptions?.startNewSection?.first || !themeOptions?.startNewSection) { %>
<% if(option.optionType.type !=="collapsable" && option.optionType.type !=="modal" ) { if (!option.themeOptions?.hideOptionName || !option.optionName) { %> <% if (themeOptions?.startNewSection?.first && themeOptions?.startNewSection?.title ) { %>

<%- themeOptions?.startNewSection?.title %>

<% } else { %>

<%- option.optionName %>

<% } %> <% } %> <% if (!option.themeOptions?.hideOptionDesc || !option.optionDescription) { %> <% if (themeOptions?.startNewSection?.first && themeOptions?.startNewSection?.description) { %> <%- themeOptions?.startNewSection?.description %> <% } else { %> <%- option.optionDescription %> <% } %> <% } } %>
<% if(option.optionType.type !=="collapsable" && option.optionType.type !=="modal" ) { %>
<% } %>
<% } %>
<%- include(`components/formTypes/${option.optionType.type}.ejs`, {option, s, Allowed}); %>
<% if (!themeOptions?.startNewSection || themeOptions?.startNewSection && themeOptions?.startNewSection?.last && !themeOptions?.startNewSection?.first) { %>
<% } %> <% }); %> <% }); %>
Changes Detected!