<%- include('partials/navbar.ejs', {now:'debug'}) %>
Node JS
Version
<%- nodeVersion.split("v")[1] %>
Discord.JS
Version
<%- discordVersion %>
Discord Dashboard
Version
<%- dbdVersion %>
Theme
Version
<%- themeVersion %>
Dashboard Logs
Theme Modification
<% if(modified !== 0){ %> <% } else{ %> <% } %>
Dashboard Information
<% if (license == "opensource") { %> <% } else if (license == "personal") { %> <% } else if (license == "production") { %> <% } else { %> <% } %>
Partial Information
<% onlineV.forEach(online => { %> <% const latest = onlineV[online.version]; const current = localV[online.name]; const newest = online.version; %> <% }) %>

Name:

<%- online.name %>

Version:

<%- current %>

Type:

<%- online.type %>

Latest:

<% let update = true; if (newest > current) update = true; if (newest == current) update = false; %> <% if (update) { %> <%- online.version %> <% } else { %> <%- online.version %> <% } %>
<%- include('partials/footer.ejs') %>
<%- include('partials/scripts.ejs', {now: "debug"}) %>