From 1eee6f95feaaec4009800358230adb81334480a7 Mon Sep 17 00:00:00 2001 From: Yuhang <2312744987@qq.com> Date: Mon, 27 May 2024 10:41:58 +0800 Subject: [PATCH] Update site/docs/hosting/zeabur-deno.md Co-authored-by: KnorpelSenf --- site/docs/hosting/zeabur-deno.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/hosting/zeabur-deno.md b/site/docs/hosting/zeabur-deno.md index 4e4a2ce08..668fe29a8 100644 --- a/site/docs/hosting/zeabur-deno.md +++ b/site/docs/hosting/zeabur-deno.md @@ -53,7 +53,7 @@ bot.on("message", (ctx) => ctx.reply("How can I help you?")); bot.start(); ``` -> Note: Get your bot token with [BotFather on telegram](https://t.me/BotFather), and set is as an environment variable `TELEGRAM_BOT_TELEGRAM` in Zeabur. +> Note: Get your bot token with [@BotFather](https://t.me/BotFather) on Telegram, and set is as an environment variable `TELEGRAM_BOT_TELEGRAM` in Zeabur. > > You can check out [this tutorial](https://zeabur.com/docs/deploy/variables) for setting environment variables in Zeabur.