Skip to content

Commit

Permalink
Change wording in the link in the /about command.
Browse files Browse the repository at this point in the history
  • Loading branch information
youneslaa7878 committed Nov 5, 2022
1 parent af5b4f2 commit 1e0362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit 1e0362e

Please sign in to comment.