<%- include("partials/layout-top", { title }) %>

Welcome to <%= siteTitle %>

Manage the bot, explore stats, and extend features from the WebUI.

View commands Leaderboards
<% if (homepageHero) { %>
<%= homepageHero.type.replaceAll("_", " ") %>

<%= homepageHero.title %>

<% if (homepageHero.description) { %>

<%= homepageHero.description %>

<% } %> <% if (homepageHero.source_url) { %>Open featured content<% } %>
<% if (homepageHero.image_url) { %> <% } else if (homepageHero.embed_url) { %> <% } %>
<% } %> <% if ((homepageLinks || []).length) { %> <% } %>

Bot control

Configure settings, update the bot, and manage plugins from the dashboard.

Open admin dashboard

Community stats

Track activity, view leaderboards, and browse profile stats.

View leaderboards

Custom modules

Create commands and pages directly in the WebUI.

Manage commands
<%- include("partials/layout-bottom") %>