feat: add telegram bot

This commit is contained in:
2025-05-09 19:05:23 +02:00
parent d450f4ed42
commit acefbcbd14
6 changed files with 148 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import { PageProps } from "$fresh/server.ts";
import { resources } from "@lib/resources.ts";
import { RedirectSearchHandler } from "@islands/Search.tsx";
import { KMenu } from "@islands/KMenu.tsx";
import "@lib/telegram.ts";
export default function Home(props: PageProps) {
return (