-

-
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++ }%>
- Register bot
- Logout
- <%c++ } else {%>
- Login
+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++ }%>
+ Register bot
+ Logout
+ <%c++ } else {%>
+ Login
+ <%c++ }%>
+
+
+ <%c++ for (const auto& [bot_id, bot] : @@.get>("bots")) {%>
+
+
+
+
+
+ |
+
+ {%bot.name%}
+ {%bot.short_description%}
+ <%c++ if (not bot.approved) {%>
+ Not yet approved
<%c++ }%>
-
-
- <%c++ for (const auto& [bot_id, bot] : @@.get>("bots")) {%>
-
-
-
-
-
- |
-
- {%bot.name%}
- {%bot.short_description%}
- <%c++ if (not bot.approved) {%>
- Not yet approved
- <%c++ }%>
- |
-
-
-
- <%c++ }%>
-
-
-
+ |
+
+
+
+ <%c++ }%>
+
diff --git a/views/botregister.csp b/views/botregister.csp
index 4e943ea..0496c02 100644
--- a/views/botregister.csp
+++ b/views/botregister.csp
@@ -1,31 +1,20 @@
<%c++ auto owner = @@.get("owner");%>
<%c++ auto error = @@.get("error");%>
+<%layout global_layout%>
+Registering a bot - DFB
-
-
-
-
-
-
- Registering a bot - DFB
-
-
-
-
-
-
-
+
diff --git a/views/exception.csp b/views/exception.csp
index 3265764..174ec3f 100644
--- a/views/exception.csp
+++ b/views/exception.csp
@@ -6,15 +6,12 @@
-
Exception - DFB
-
-
An exception has occured
-
{%message%}
-
+ An exception has occured
+ {%message%}