Design custom command systems for gaming Discord bots.
Design a Discord bot command system:
Bot Purpose: ${{BOT_PURPOSE}}
Community Type: ${{COMMUNITY_TYPE}}
Games Supported: ${{GAMES_SUPPORTED}}
Integration Needs: ${{INTEGRATION_NEEDS}}
User Technical Level: ${{USER_TECHNICAL_LEVEL}}
Design commands for:
1. GENERAL UTILITY COMMANDS
- /help - Command list display
- /info - Server information
- /user [member] - User profile
- /ping - Bot status check
- /suggest [idea] - Suggestion submission
2. MODERATION COMMANDS
- /warn [user] [reason] - Warning system
- /mute [user] [duration] - Timeout user
- /kick [user] [reason] - Remove from server
- /ban [user] [reason] - Ban user
- /purge [amount] - Bulk delete messages
3. GAME-SPECIFIC COMMANDS
- /lfg [game] [details] - Find group
- /stats [game] [username] - Player statistics
- /rank [game] - Display rank
- /team [create/join/leave] - Team management
- /match [create] - Match organization
4. ECONOMY/LEVELING
- /balance - Check currency
- /daily - Daily rewards
- /leaderboard - Top members
- /rank - Current level
- /shop - Economy store
5. FUN COMMANDS
- /poll [question] [options] - Create polls
- /giveaway [prize] [duration] - Start giveaway
- /trivia [category] - Trivia games
- /roll [dice] - Dice rolling
- /8ball [question] - Magic 8-ball
6. MUSIC/MEDIA
- /play [song] - Play music
- /queue - View queue
- /skip - Skip current song
- /volume [level] - Adjust volume
- /stop - Stop playback
7. ADMIN COMMANDS
- /config - Server settings
- /announce [message] - Announcements
- /role [add/remove] - Role management
- /backup - Server backup
- /audit [action] - Audit logs
8. INTEGRATION COMMANDS
- /twitch [streamer] - Twitch integration
- /youtube [channel] - YouTube integration
- /twitter [handle] - Social feeds
- /api [game] - Game API lookups
- /webhook [setup] - Webhook management
Provide:
- Command syntax guide
- Permission levels
- Cooldown settings
- Error handling responsesOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{BOT_PURPOSE][{COMMUNITY_TYPE][{GAMES_SUPPORTED][{INTEGRATION_NEEDS][{USER_TECHNICAL_LEVEL]