joel behöver en python
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user