Hello, I want to create a telegram bot using grammy.dev as framework. But the script is ended even though I'm using bot.start();. Is there any way to make the script run longer?
Here is my code:
import { Bot } from "https://deno.land/x/grammy@v1.20.3/mod.ts";
import * as wmill from "https://deno.land/x/windmill@v1.248.0/mod.ts";