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

@@ -6,7 +6,6 @@ import { dirname, join } from 'node:path';
import { Command } from './structures/Command.js';
import { DB } from './structures/Database.js';
import { TwitchManager } from './structures/TwitchManager.js';
import { KickManager } from './structures/KickManager.js';
import { ReminderManager } from './structures/ReminderManager.js';
const __filename = fileURLToPath(import.meta.url);
@@ -61,9 +60,6 @@ for (const file of eventFiles) {
// Start Twitch Polling
TwitchManager.startPolling(client);
// Start Kick Polling
KickManager.startPolling(client);
// Start Reminder Polling
ReminderManager.startPolling(client);