<%inc#include "controllers/views.h" %> <%c++ auto viewHidden = @@.get("viewHidden");%> <%c++ auto justMine = @@.get("justMine");%> DFB

Discordlist for Bots

Find a lot of bots that will be useful to your server

<%c++ if (@@.get("authed")) {%> <%c++ if (justMine) {%> All bots <%c++ } else {%> My bots <%c++ }%> Logout <%c++ } else {%> Login <%c++ }%>

<%c++ for (const auto& [bot_id, bot] : @@.get>("bots")) {%> <%c++ if (bot.approved == viewHidden) continue;%>

{%bot.name%}

{%bot.short_description%}

<%c++ }%>