style(telegram): format activation log
This commit is contained in:
@@ -229,9 +229,7 @@ export function createTelegramBot(opts: TelegramBotOptions) {
|
|||||||
if (entry?.groupActivation === "always") return false;
|
if (entry?.groupActivation === "always") return false;
|
||||||
if (entry?.groupActivation === "mention") return true;
|
if (entry?.groupActivation === "mention") return true;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logVerbose(
|
logVerbose(`Failed to load session for activation check: ${String(err)}`);
|
||||||
`Failed to load session for activation check: ${String(err)}`,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user