mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-26 05:34:38 +02:00
♻️ refactor: migrate 5 bots to KeywordCommandDetector
Migrated to KeywordCommandDetector from @manacore/matrix-bot-common: - matrix-calendar-bot (termine, kalender keywords) - matrix-clock-bot (timer, zeit keywords) - matrix-picture-bot (modelle, verlauf keywords) - matrix-todo-bot (aufgaben, projekte keywords) - matrix-zitare-bot (zitat, kategorien keywords) Removed duplicate KEYWORD_COMMANDS arrays and detectKeywordCommand() methods from all 5 bots. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
462ef006f0
commit
867a1a7fb6
9 changed files with 291 additions and 168 deletions
|
|
@ -29,3 +29,4 @@ VOICE_BOT_URL=http://localhost:3050
|
|||
DEFAULT_VOICE=de-DE-ConradNeural
|
||||
DEFAULT_SPEED=1.0
|
||||
VOICE_ENABLED=true
|
||||
VOICE_PREFERENCES_PATH=./data/voice-preferences.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue