4 Commits

Author SHA1 Message Date
Nobody2503 a6094c2d0c Update .gitignore and remove cached Python files; adjust message command statistics 2026-04-01 12:48:41 +00:00
Nobody2503 a34ba3e6f6 Implement NPC memory and interaction system with SQLite database; add NPC data structure and dynamic NPC handling; integrate LLM for NPC conversations and quest generation. 2025-10-02 11:05:33 +02:00
Nobody2503 7e76353c6a Add NPC interaction system with memory and quest generation
- Introduced a new NPC system with dynamic NPCs and conversation handling.
- Implemented NPC memory using SQLite to log conversations and manage relationships.
- Added commands for talking to NPCs, listing available NPCs, and generating quests.
- Updated database schema to support NPC conversations and relationships.
- Refactored code structure to separate concerns into cogs and handlers.
2025-09-30 14:12:22 +02:00
Nobody2503 c8980f785f First Commit 2025-09-16 15:00:16 +02:00