From b490312ed7e9cb6fbef68b7653755996b64e2e18 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 31 May 2025 20:57:41 +0000 Subject: [PATCH] chore: less log spam --- backend/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index e0b95854..8b1ad4f2 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -95,7 +95,7 @@ function errorHandler(err) { if (err instanceof PluginLoadError) { // tslint:disable:no-console - console.warn(`${guildName} (${guildId}): Failed to load plugin '${err.pluginName}': ${err.message}`); + console.warn(`${guildName} (${guildId}): Failed to load plugin '${err.pluginName}'`); return; }