import { Bot } from "https://dotland.deno.dev/x/grammy@v1.15.2/bot.ts";
Checks if the bot has been initialized. A bot is initialized if the bot
information is set. The bot information can either be set automatically
by calling bot.init
, or manually through the bot constructor. Note that
usually, initialization is done automatically and you do not have to care
about this method.