Utility Commands
Export data, manage context, and access help resources.
/export
Export search results or conversation data to various formats for external analysis, archival, or reporting.
Syntax
/export query: <search query> format: <CSV|JSON|Markdown|TXT> [limit: number]Parameters
- query (required): Search query to export results for
- format (required): Export format (CSV, JSON, Markdown, TXT)
- limit (optional): Maximum number of results (default: 100, max: 1000)
Export Formats
CSV (Comma-Separated Values)
Best for: Spreadsheet analysis, data processing, statistical analysis
Includes columns:
timestamp, author, channel, content, relevance_score, message_idJSON (JavaScript Object Notation)
Best for: API integration, programmatic processing, structured data analysis
Includes full message metadata and nested structures
Markdown
Best for: Documentation, reports, human-readable archives
Formatted with headers, links, and proper structure
TXT (Plain Text)
Best for: Simple archival, text processing, maximum compatibility
Clean text format with minimal formatting
Examples
Export to CSV for analysis:
/export query: feature requests format: CSV limit: 500Export to JSON for API:
/export query: bug reports format: JSONNote: Export links expire after 24 hours. Download files are limited to 10MB.
/quiz
Create an interactive Kahoot-style trivia game based on your server's message history.
Syntax
/quiz num_questions: <number> time_period: <period> [difficulty: easy|medium|hard]Parameters
- num_questions (required): Number of questions (1-20)
- time_period (required): Time range to pull questions from
- difficulty (optional): Question difficulty level
How It Works
- Bot analyzes messages from specified time period
- Generates multiple-choice questions about discussions
- Players react with emoji to answer (đ °ī¸ đ ąī¸ ÂŠī¸ đŠ)
- Points awarded for correct answers and speed
- Leaderboard displayed at the end
/clear
Clear your conversation context with the bot. Useful when starting a new topic or if the bot seems confused.
Syntax
/clearThis command takes no parameters and immediately clears your conversation history with the bot.
When to Use
- Starting a completely new search topic
- Bot responses seem off-topic or confused
- Want to reset follow-up question context
- Privacy: clearing your interaction history
/help
Display comprehensive help information about bot commands and features.
Syntax
/help [command: command_name]Parameters
- command (optional): Get detailed help for specific command
Examples
General help:
/helpCommand-specific help:
/help command: ask