import { Bot } from "https://deno.land/x/grammy@v1.31.0/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.