diff --git a/site/docs/hosting/cloudflare-workers-deno.md b/site/docs/hosting/cloudflare-workers-deno.md index 710edcc224..b06058cfbb 100644 --- a/site/docs/hosting/cloudflare-workers-deno.md +++ b/site/docs/hosting/cloudflare-workers-deno.md @@ -50,7 +50,7 @@ Create a new file named `bot.ts` and put the following contents in it: import { Bot, webhookCallback, -} from "https://deno.land/x/grammy@v1.15.3/mod.ts"; +} from "https://deno.land/x/grammy/mod.ts"; interface Environment { BOT_TOKEN: string;