diff --git a/assets/Views/partials/header.ejs b/assets/Views/partials/header.ejs
index 756e2b7..d2929fc 100644
--- a/assets/Views/partials/header.ejs
+++ b/assets/Views/partials/header.ejs
@@ -8,6 +8,7 @@
+
<% if (pageType.bot === true) {
let color = "#b114ff"
if(req.user) color = req.user.db.preferences.defaultColour
@@ -167,8 +168,6 @@
<% if (htmlDir === "rtl") { %><%- include("./rtl.ejs") %><% } %>
-
-