feat(uptime): add uptime monitor with refreshes

Introduces an uptime command and view to show how long the bot has been running. Adds a method to calculate uptime in bot.py, registers the command in help.py, and implements the command logic in a new uptime.py cog with a refresh button.
This commit is contained in:
neoarz
2025-09-20 08:27:27 -04:00
parent a9abf5488a
commit 301bafc435
3 changed files with 73 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ class Help(commands.Cog, name="help"):
"serverinfo": "general",
"ping": "general",
"feedback": "general",
"uptime": "general",
# "context_menus": "general",
# Fun Commands