remove duplicate connect log

This commit is contained in:
jaydenfyi 2026-01-25 23:38:10 +08:00
parent fe1e009392
commit b347a3d1eb

View File

@ -200,7 +200,6 @@ export async function monitorTwitchProvider(
config as Parameters<typeof clientManager.getClient>[1],
accountId,
);
runtime.log?.(`Connected to Twitch as ${account.username}`);
} catch (error) {
const errorMsg = error instanceof Error ? error.message : String(error);
runtime.error?.(`Failed to connect: ${errorMsg}`);