25 Commits

Author SHA1 Message Date
Chris Ham
bcefe03c50 Remove allowedSfxChannels functionality - allow SFX in all channels
- Remove allowedSfxChannels from database schema and all code
- Remove channel checking logic from all SFX commands (!sfx, /sfx, /soundboard)
- Remove /config sfxchannels subcommand
- Update config.json and example to remove channel restrictions
- Simplify SFX system to work in any channel with bot access

Benefits:
- Better user experience - no confusing channel restrictions
- Simpler configuration - fewer settings to manage
- Cleaner codebase - reduced complexity
- Universal access - SFX works anywhere the bot can send messages

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 21:45:42 -07:00
Chris Ham
9661ba92d5 Add Docker Compose setup and clean up legacy code
- Add docker-compose.yml with volume mounts for config/sfx
- Simplify npm scripts (up/down/build/restart/logs)
- Update README.md and CLAUDE.md with new commands
- Remove unused lib/ directory (migrated to src/)
- Update package.json scripts to cleaner naming

Benefits:
- Update configs and sound effects without rebuilding image
- Simplified Docker workflow management
- Cleaner project structure

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 12:06:40 -07:00
Chris Ham
0ad4265bed Modernize Discord bot to v14 and Node.js 22
Major upgrades and architectural improvements:
- Upgrade Discord.js from v12 to v14.21.0
- Upgrade Node.js from 14 to 22 LTS
- Switch to pnpm package manager
- Complete rewrite with modern Discord API patterns

New Features:
- Hybrid command system: prefix commands + slash commands
- /sfx slash command with autocomplete for sound discovery
- Modern @discordjs/voice integration for audio
- Improved voice connection management
- Enhanced logging for SFX commands
- Multi-stage Docker build for optimized images

Technical Improvements:
- Modular architecture with services and command handlers
- Proper intent management for Discord gateway
- Better error handling and logging
- Hot-reload capability maintained
- Environment variable support
- Optimized Docker container with Alpine Linux

Breaking Changes:
- Moved main entry from index.js to src/index.js
- Updated configuration structure for v14 compatibility
- Replaced deprecated voice APIs with @discordjs/voice
- Updated audio dependencies (opus, ffmpeg)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-16 11:37:37 -07:00
greenham
60db93dd2d remove dead clip 2021-08-06 08:57:23 -07:00
Chris Ham
48be847d08 new sfx 2021-01-21 07:45:30 -08:00
Chris Ham
68d8d67fc5 remove old fgfm code, general cleanup 2020-05-01 17:27:06 -07:00
greenham
bf3ccca868 remove vods.json from repo 2018-12-11 11:39:38 -08:00
greenham
1fe5a35044 Delete vods.json 2018-12-11 11:36:48 -08:00
Chris Ham
6e36e06ce9 case-insensitive commands, ttas vods, start/stop delay support 2018-11-13 17:17:23 -08:00
Chris Ham
d01439cf15 vrmode timer, user skip voting 2018-10-30 19:12:57 -07:00
Chris Ham
886a5f8b27 todo update 2018-10-23 17:23:59 -07:00
Chris Ham
8e92d37338 update msnoeg vid 2018-10-23 17:23:33 -07:00
Chris Ham
0f030992bd vid updates 2018-10-20 10:24:28 -07:00
Chris Ham
75c24dd92c room requests 2018-09-28 12:45:15 -07:00
Chris Ham
fa9c40fb0f room vid automation 2018-09-26 21:37:45 -07:00
Chris Ham
2dad2a3bc5 room vids 2018-09-25 20:24:32 -07:00
Chris Ham
641b708ce5 meme refinery 2018-09-25 15:05:32 -07:00
Chris Ham
d9ee7b468c reorganizing 2018-09-25 12:12:26 -07:00
Chris Ham
7c1b93502e 4Head 2018-09-15 22:46:19 -07:00
Chris Ham
be542c40e2 wip 2018-09-14 21:57:13 -07:00
Chris Ham
5eab4eaa6f sfx update 2018-08-15 12:46:22 -07:00
Chris Ham
c8920016a1 updates 2018-05-06 07:06:18 -07:00
Chris Ham
94c6049e44 updated bot commands, new sfx 2018-02-01 09:54:56 -08:00
Chris Ham
a2a9974108 support for ankhbot commands, static commands, cooldowns, implemented fun/ham facts 2018-01-22 18:32:09 -08:00
Chris Ham
8514847526 fun/ham facts support, new sfx 2018-01-22 17:06:12 -08:00