From 1e0362eb6a15a32800a5eea3f4634ad9253b3b08 Mon Sep 17 00:00:00 2001 From: Eluda <111eluda111@gmail.com> Date: Sat, 5 Nov 2022 17:31:07 +0100 Subject: [PATCH] Change wording in the link in the `/about` command. --- src/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.ts b/src/bot.ts index 380911e9..32fd29c9 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -10,7 +10,7 @@ bot.command("yo", (ctx) => ctx.reply(`Yo ${ctx.from?.username}`)); // Handle the /about command const aboutUrlKeyboard = new InlineKeyboard().url( - "Host your own bot", + "Host your own bot for free.", "https://cyclic.sh/" ); bot.command("about", (ctx) =>