Fresh start - excluded large ROM JSON files

This commit is contained in:
OpenClaw Agent
2026-04-11 09:45:12 -05:00
commit 5deb387aa6
395 changed files with 47744 additions and 0 deletions

7
memory/2026-02-05.md Normal file
View File

@@ -0,0 +1,7 @@
# 2026-02-05
## Discord Voice Bot - py-cord Import Fix
- py-cord 2.7.0 installs files as `discord` module (not `py_cord`)
- This is a drop-in replacement for discord.py
- Import pattern: `import discord` and `from discord import ...`
- The `py_cord` package name is just for pip, module exports as `discord`