Remove Kick monitoring module
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 13s

This commit is contained in:
2026-04-02 07:55:42 +00:00
parent ed2919224b
commit f90f0cb7ab
9 changed files with 7 additions and 413 deletions

View File

@@ -16,8 +16,6 @@ DISCORD_TOKEN=dein_bot_token
CLIENT_ID=deine_client_id
TWITCH_CLIENT_ID=deine_twitch_id
TWITCH_CLIENT_SECRET=dein_twitch_secret
KICK_CLIENT_ID=deine_kick_id
KICK_CLIENT_SECRET=dein_kick_secret
```
## 🚀 Start
@@ -61,9 +59,6 @@ npm run deploy
- `/twitch online <channel>` Twitch-Status
- `/twitch list` Überwachte Kanäle
- `/twitch help` Twitch-Hilfe
- `/kick online <channel>` Kick-Status
- `/kick list` Überwachte Kanäle
- `/kick help` Kick-Hilfe
- `/timer list` Timer dieses Kanals
- `/timer help` Timer-Hilfe
- `/trigger list` Alle Trigger anzeigen
@@ -90,13 +85,6 @@ npm run deploy
- `/twitch listall` Alle überwachten Streamer (Mod)
- `/twitch help` Twitch-Hilfe
### Kick
- `/kick online <kanal>` Prüft ob Kanal online ist
- `/kick add <channel> <discord_channel>` Streamer überwachen (Mod)
- `/kick remove <channel>` Streamer entfernen (Mod)
- `/kick list` Überwachte Kanäle
- `/kick help` Kick-Hilfe
### Admin
- `/admin kick <user>` Nutzer kicken
- `/admin warn <user> <reason>` Nutzer verwarnen
@@ -124,7 +112,6 @@ npm run deploy
- ✅ TypeScript
- ✅ SQLite Database
- ✅ Twitch Monitoring
- ✅ Kick Monitoring
- ✅ Moderation Tools
- ✅ Konfigurierbares Warn-System
- ✅ Auto-Antworten (Trigger)