We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd7ca3 commit 53c037aCopy full SHA for 53c037a
1 file changed
src/telegram/bot.ts
@@ -229,9 +229,7 @@ export function createTelegramBot(opts: TelegramBotOptions) {
229
if (entry?.groupActivation === "always") return false;
230
if (entry?.groupActivation === "mention") return true;
231
} catch (err) {
232
- logVerbose(
233
- `Failed to load session for activation check: ${String(err)}`,
234
- );
+ logVerbose(`Failed to load session for activation check: ${String(err)}`);
235
}
236
return undefined;
237
};
0 commit comments