> ## Documentation Index
> Fetch the complete documentation index at: https://docs.linegap.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Discord Integration

> Auto-post Line Gap pick alerts and daily game schedules to your Discord server channel using webhook integration and scheduled embed messages.

The Line Gap Discord bot connects your subscription to a server channel and automates two flows:

1. **Pick alerts** for selected high-value bets
2. **Daily schedules** of upcoming games across supported leagues

## Pick alerts

When a play is published from the admin panel, the bot posts a rich embed to the configured channel:

* Player image and team logos
* Prop type, line, side, and book
* EV percentage, statistical probability, and recommended Kelly stake
* Direct link back to the prop on Line Gap

Picks can be **scheduled** for a specific time (so a 9am pick can post at noon) or sent immediately.

## Daily schedules

A daily cron posts a summary of the day's games for the configured league(s):

* Matchup, tipoff time, spread, and total
* Custom header banner
* Compact list — fits comfortably in a single message

## Supported leagues

NBA, NFL, NHL, NCAAB, NCAAF — same set as the +EV scanner.

MLB is excluded by default from the platform's closing-line capture (high prop volume, low individual bet value), but the Discord bot can still post MLB schedules and picks if configured.

## Setup

The bot requires:

1. **A Discord server** where you have admin / manage-channels permission
2. **A webhook URL** for the channel you want posts to land in
3. **Configuration in the Line Gap admin panel** — webhook URL, posting schedule, league filter

Configuration lives at `/admin` (admin-only access). Detailed setup walkthrough on the [Line Gap blog](https://linegap.app/blog).

## Coming soon

<CardGroup cols={2}>
  <Card title="Two-way commands" icon="comment">
    <span className="text-xs text-muted-foreground">Tracked as enhancement</span>

    Discord slash commands for fetching specific player props, recent picks history, and CLV summaries directly in chat.
  </Card>

  <Card title="Per-channel league routing" icon="route">
    <span className="text-xs text-muted-foreground">Tracked as enhancement</span>

    Send NBA picks to one channel, NFL to another, etc. Currently posts go to a single configured channel.
  </Card>
</CardGroup>
