Skip to main content
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.

Coming soon

Two-way commands

Tracked as enhancementDiscord slash commands for fetching specific player props, recent picks history, and CLV summaries directly in chat.

Per-channel league routing

Tracked as enhancementSend NBA picks to one channel, NFL to another, etc. Currently posts go to a single configured channel.