feat: add count-up Stopwatch module with persistence in SQLite
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 7s

This commit is contained in:
sarah
2026-08-03 18:57:16 +02:00
parent ddfc82e1c5
commit f84539d5ab
4 changed files with 292 additions and 0 deletions

View File

@@ -89,6 +89,13 @@ npm run deploy
- `/timer listall` Alle Timer (Mod)
- `/timer help` Timer-Hilfe
### Stoppuhr (Hochzählender Timer)
- `/stopwatch start <name>` Startet eine neue Stoppuhr mit Namen
- `/stopwatch status [name]` Abgelaufene Zeit abfragen
- `/stopwatch stop <name>` Stoppuhr beenden & Laufzeit ausgeben
- `/stopwatch list` Aktive Stoppuhren auflisten
- `/stopwatch help` Stoppuhr-Hilfe
### Trigger (Auto-Antworten)
- `/trigger add <wort> <antwort>` Trigger hinzufügen (Mod)
- `/trigger remove <wort>` Trigger entfernen (Mod)