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 @@ +
Status: +
Status: {{ "Running" if bot_running else "Stopped" }}
Total Messages Processed: {{ total_messages }}
Most Used Command: {{ most_used_command }}