diff --git a/templates/index.html b/templates/index.html index 2f7e584..fdb9d55 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,31 +1,39 @@ + Admin Panel +

Discord Bot Admin Panel

Bot Status
-

Status: +

Status: {{ "Running" if bot_running else "Stopped" }}

- Start Bot - Stop Bot + Start Bot + Stop Bot Settings User Management Logout +
Bot Statistics
+

Total Messages Processed: {{ total_messages }}

+

Most Used Command: {{ most_used_command }}

- + + \ No newline at end of file diff --git a/templates/logs.html b/templates/logs.html index c8fa3d4..5d579cb 100644 --- a/templates/logs.html +++ b/templates/logs.html @@ -1,11 +1,13 @@ + Bot Logs +

Bot Logs

@@ -15,18 +17,19 @@ Download Logs - + -

+                

                 Back to Dashboard
             
@@ -45,4 +48,5 @@ window.onload = refreshLogs; - + + \ No newline at end of file