Skip to content

Commit

Permalink
Update menu button text
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Dec 1, 2023
1 parent 05503d4 commit eeb28af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const onRequestPost: PagesFunction = handleError(
const bot = new Bot(envSafe.BOT_TOKEN);
bot.command("start", (ctx) =>
ctx.reply(
`Improve your memory with spaced repetition. Learn languages, history or other subjects with the proven flashcard method. Click "Open Bot" 👇`,
`Improve your memory with spaced repetition. Learn languages, history or other subjects with the proven flashcard method. Click "MemoCard" 👇`,
),
);

Expand Down

0 comments on commit eeb28af

Please sign in to comment.