Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

kyle95wm/SigmaReports-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Reports Bot

A Discord bot for handling TV and VOD issue reports using slash commands, modals, and staff workflows.

Features

  • /report-tv and /report-vod slash commands
  • Modal-based report submission
  • Staff review buttons:
    • Fixed
    • Can't replicate
    • More info required
    • Send follow-up
  • Public + DM updates to reporters
  • Configurable staff pings with on/off toggle
  • Multi-channel support for reporting and testing
  • Dockerized deployment
  • SQLite persistence
  • Dynamic “Watching” bot status (IPTV + TMDB)

Bot Presence (Watching Status)

The bot displays a rotating “Watching …” status themed around IPTV, live TV, and popular shows/movies.

How it works

  • Status updates every 5 minutes
  • Titles are chosen from:
    • Local IPTV / TV channel names
    • IPTV-themed phrases
    • Trending TV shows and movies from TMDB
  • TMDB titles are refreshed every 6 hours
  • If the TMDB token is missing or unavailable, the bot safely falls back to local lists only

Example statuses

  • Watching BBC One
  • Watching Sky Sports News
  • Watching Breaking Bad
  • Watching Interstellar
  • Watching IPTV playlists

TMDB configuration

To enable TMDB-powered titles, add this to your .env:

TMDB_BEARER_TOKEN=your_tmdb_read_access_token

This should be the TMDB API Read Access Token (v4).

Setup

1. Clone the repo

git clone https://github.com/yourname/discord-reports-bot.git
cd discord-reports-bot

2. Create environment file

cp .env.example .env

Fill in your values (Discord token, channel IDs, optional TMDB token).

3. Run with Docker

docker compose up -d --build

Notes

  • Do not commit your .env
  • Runtime data is stored in ./data via Docker volume
  • TMDB integration is optional and non-blocking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors