remove duplicate connect log
This commit is contained in:
parent
fe1e009392
commit
b347a3d1eb
@ -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}`);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user