Skip to content

Commit

Permalink
chore: correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 29, 2024
1 parent fc24a23 commit 1f3815b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bot/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BotConfig, StorageAdapter } from "grammy";
import { Bot as TelegramBot, Context as GrammyContext, session } from "grammy";
import { Bot as TelegramBot, Context as GrammyContext } from "grammy";
import { autoChatAction } from "@grammyjs/auto-chat-action";
import { hydrate } from "@grammyjs/hydrate";
import { hydrateReply, parseMode } from "@grammyjs/parse-mode";
Expand All @@ -21,6 +21,7 @@ import { banCommand } from "./features/commands/groups/ban";
import { welcomeFeature } from "./features/start-command";
import { unhandledFeature } from "./features/helpers/unhandled";
import { Context } from "../types";
import { session } from "./middlewares/session";

interface Dependencies {
config: Context["env"];
Expand Down

0 comments on commit 1f3815b

Please sign in to comment.