From f1687cd44b801e3846b1c20e052b6280a8eb3a7a Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 13 Mar 2026 13:52:59 -0700 Subject: [PATCH] Telegram: merge duplicate native command imports --- src/telegram/bot-handlers.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/telegram/bot-handlers.ts b/src/telegram/bot-handlers.ts index e5293345320..e020991e92a 100644 --- a/src/telegram/bot-handlers.ts +++ b/src/telegram/bot-handlers.ts @@ -43,8 +43,10 @@ import { type NormalizedAllowFrom, } from "./bot-access.js"; import type { TelegramMediaRef } from "./bot-message-context.js"; -import { RegisterTelegramHandlerParams } from "./bot-native-commands.js"; -import { parseTelegramNativeCommandCallbackData } from "./bot-native-commands.js"; +import { + parseTelegramNativeCommandCallbackData, + RegisterTelegramHandlerParams, +} from "./bot-native-commands.js"; import { MEDIA_GROUP_TIMEOUT_MS, type MediaGroupEntry,