From 61b040028caa3034492b2471f2c4fc87714a489d Mon Sep 17 00:00:00 2001 From: PHPxCODER Date: Sat, 17 Sep 2022 11:06:53 +0530 Subject: [PATCH] Update head.ejs --- dashboard/templates/includes/head.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/templates/includes/head.ejs b/dashboard/templates/includes/head.ejs index 73a7567754..79c39747da 100644 --- a/dashboard/templates/includes/head.ejs +++ b/dashboard/templates/includes/head.ejs @@ -3,6 +3,7 @@ + <% if(title) { %><%- bot.user.username.capitalize() + ' | ' + title %><% } else { %><%- bot.user.username.capitalize() + ' - The best Discord bot' %><% } %>