feat: add Discord bot integration

- Discord bot runs in background thread alongside desktop app
- State synchronization between Discord and desktop waifu
- Commands: !hello, !status
- Responds to mentions and DMs
- Complete setup guide in DISCORD_SETUP.md
- Graceful fallback if no token configured

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-30 22:24:22 -04:00
parent 337a681df3
commit ae1a349dd8
5 changed files with 174 additions and 23 deletions

26
CLAUDE.md Normal file
View File

@@ -0,0 +1,26 @@
&nbsp; Todos
&nbsp; ☒ Research VRM rendering libraries for Python
&nbsp; ☒ Set up project structure and dependencies
&nbsp; ☒ Create transparent window with draggable functionality
&nbsp; ☒ Test basic functionality and fix OpenGL issues
&nbsp; ☒ Initialize git repository and commit
&nbsp; ☒ Implement VRM model loading and rendering
&nbsp; ☐ Add sound effects on interaction
&nbsp; ☐ Create basic chat interface
&nbsp; ☐ Integrate local LLM backend
&nbsp; ☐ Implement expression changes based on LLM state
&nbsp; ☐ Create Discord bot and integrate with desktop app