Commit Graph

5 Commits

Author SHA1 Message Date
d65e613cdd Fix: Use single quotes in SQL queries
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 6s
Change SQL queries from double quotes to single quotes for SQLite
compatibility in TwitchManager.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 18:04:58 +01:00
1cb9b566d8 Fix: Twitch commands use ModerateMembers permission
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 6s
Change twitch add/remove subcommands to use ModerateMembers permission
instead of Administrator, matching the /admin command permissions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 17:51:02 +01:00
632581c9f7 Fix: Load both .ts and .js files for commands/events
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 6s
Update file filters to accept both .ts and .js files, so the bot
works both in development (with ts-node) and production (compiled).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 17:09:11 +01:00
6825e9d1b2 Fix: Move TypeScript to dependencies for Docker build
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 14s
Move typescript from devDependencies to dependencies so it's
available in the Docker container during build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 16:36:34 +01:00
40be1e181c Initial: Pixelpöbel Discord Bot
Some checks failed
Auto Build and Push Docker Image / build (push) Failing after 8s
- Modular Discord Bot mit TypeScript und discord.js
- Grouped Commands (/admin, /owner subcommands)
- SQLite Datenbank mit Persistenz
- Twitch Monitoring mit Stream-ID Tracking
- Konfigurierbares Warn-System (Auto-Kick/Mute/Ban)
- Mute mit verschiedenen Zeiteinheiten (sec, min, hour, day, week, month, year, perm)
- Auto-Deploy beim Start (Option 3)
- Docker Support

Features:
- /ping, /help, /twitch (online, add, remove, list)
- /admin (kick, warn, unwarn, mute, unmute, ban, unban, config)
- /owner (deploy, stats, servers)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 16:29:30 +01:00