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_id

JSON (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: 500

Export to JSON for API:

/export query: bug reports format: JSON

Note: 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

  1. Bot analyzes messages from specified time period
  2. Generates multiple-choice questions about discussions
  3. Players react with emoji to answer (đŸ…°ī¸ đŸ…ąī¸ ÂŠī¸ 🇩)
  4. Points awarded for correct answers and speed
  5. 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

/clear

This 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:

/help

Command-specific help:

/help command: ask