Skip to content

Commit

Permalink
Use dynamic versioning
Browse files Browse the repository at this point in the history
The doc compiler will automatically add & update the versions to the latest one.
  • Loading branch information
Ciki Momogi committed Mar 26, 2023
1 parent 87ea1a2 commit 10d2cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/hosting/cloudflare-workers-deno.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10d2cbc

Please sign in to comment.