We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca3d6a commit 38e9e7aCopy full SHA for 38e9e7a
src/tg/utils.deno.ts
@@ -1,7 +1,7 @@
1
// deno-lint-ignore-file no-explicit-any
2
// The authors disclaim copyright to this source code (they are ashamed to
3
// admit they wrote it)
4
-import { encodeBase64 } from "jsr:@std/encoding";
+import { encodeBase64 } from "jsr:@std/encoding@^1.0.10";
5
6
export const BOT_TOKEN = Deno.env.get("TG_BOT_TOKEN");
7
export const MAIN_CHAT_ID = parseInt(Deno.env.get("TG_MAIN_CHAT_ID")!);
0 commit comments