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

@@ -7,5 +7,7 @@
import { start } from "$fresh/server.ts";
import manifest from "./fresh.gen.ts";
import config from "./fresh.config.ts";
import "@lib/telegram.ts";
console.log("hello");
await start(manifest, config);