joel behöver en python

This commit is contained in:
eric
2026-03-12 21:43:21 +01:00
parent 3f2dadeb5e
commit 988de13e1e
7 changed files with 226 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ import { BotClient } from "./core/client";
import { config } from "./core/config";
import { createLogger } from "./core/logger";
import { registerEvents } from "./events";
import { stopSpontaneousMentionsCron } from "./features/joel";
import { logVoiceDependencyHealth, stopSpontaneousMentionsCron } from "./features/joel";
import { buildWebCss, startWebCssWatcher, startWebServer } from "./web";
import { runMigrations } from "./database/migrate";
import type { FSWatcher } from "fs";
@@ -47,6 +47,7 @@ async function main(): Promise<void> {
try {
// Run database migrations
await runMigrations();
logVoiceDependencyHealth();
await client.login(config.discord.token);