Echo provides various commands for administration, moderation, and user interaction. This document covers all available commands and their usage.
Manage bot configuration settings:
view- View current configurationedit- Modify configuration settingsreset- Reset to default settings
Manage AI knowledge base:
add- Add new training dataremove- Remove existing entrieslist- View all entriessearch- Search knowledge base
/ban- Ban users with reason/kick- Remove users from server/mute- Temporarily mute users/warn- Issue warnings to users
/clean- Bulk message deletion/lockdown- Restrict channel access/slowmode- Set channel slowmode
/ticket create- Create support ticket/ticket close- Close active ticket/ticket assign- Assign ticket to staff
/help- Display command help/info- Show bot information/status- Check bot status
Commands are categorized by required permissions:
- Administrator commands require admin privileges
- Moderation commands require mod role
- Support commands available to support staff
- Basic commands accessible to all users
Server administrators can create custom commands through:
- Knowledge base entries
- Command aliases
- Auto-responses
Commands include proper error handling:
- Permission checks
- Input validation
- Rate limiting
- Error messages
- Use command cooldowns for rate limiting
- Implement proper permission checks
- Provide clear error messages
- Log command usage for auditing
- Keep command responses concise