- Added hunt/feed duck mechanics (80% hunt, 20% feed) - Implemented persistent scoring system - Added channel control commands (\!stopducks/\!startducks) - Enhanced duck hunt with wrong action penalties - Organized bot structure with botmain.js as main file - Added comprehensive documentation (README.md) - Included 17 plugins with various games and utilities 🦆 Duck Hunt Features: - Hunt ducks with \!shoot/\!bang (80% of spawns) - Feed ducks with \!feed (20% of spawns) - Persistent scores saved to JSON - Channel-specific controls for #bakedbeans - Reaction time tracking and special achievements 🎮 Other Games: - Casino games (slots, coinflip, hi-lo, scratch cards) - Multiplayer games (pigs, zombie dice, quiplash) - Text generation (babble, conspiracy, drunk historian) - Interactive features (story writing, emojify, combos) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
34 lines
No EOL
608 B
JSON
34 lines
No EOL
608 B
JSON
{
|
|
"megasconed": {
|
|
"totalWins": 26,
|
|
"totalSpent": 280,
|
|
"totalCards": 34,
|
|
"biggestWin": 10,
|
|
"jackpots": 0,
|
|
"name": "megasconed"
|
|
},
|
|
"Loungequi": {
|
|
"totalWins": 9,
|
|
"totalSpent": 65,
|
|
"totalCards": 13,
|
|
"biggestWin": 4,
|
|
"jackpots": 0,
|
|
"name": "Loungequi"
|
|
},
|
|
"aclonedsheeps": {
|
|
"totalWins": 0,
|
|
"totalSpent": 10,
|
|
"totalCards": 1,
|
|
"biggestWin": 0,
|
|
"jackpots": 0,
|
|
"name": "aclonedsheeps"
|
|
},
|
|
"cr0sis": {
|
|
"totalWins": 18,
|
|
"totalSpent": 35,
|
|
"totalCards": 6,
|
|
"biggestWin": 8,
|
|
"jackpots": 0,
|
|
"name": "cr0sis"
|
|
}
|
|
} |