diff --git a/templates/user_dashboard.html b/templates/user_dashboard.html index 8bbcee6..87ac900 100644 --- a/templates/user_dashboard.html +++ b/templates/user_dashboard.html @@ -5,33 +5,121 @@
Here you can see your personal data.
-Points: {{ user_data.points }}
-Status: {{ "Banned" if user_data.ban else "Active" }}
+Your current status and information at a glance.
+{{ user_data.points }} Points
+{{ rank }}
+{{ "Running" if bot_running else "Stopped" }}
+Use the buttons below to quickly perform tasks
+ Ask Multus Bot + View My Logs + Add Notes + Delete My Notes +If you encounter any issues or have questions, reach out to @simolzimol on Discord for assistance!
+ Contact Support +