Skip to content

Commit

Permalink
fix: remove old force_reply thingies on /start
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Mar 12, 2024
1 parent 46504e1 commit b276764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/home-telegram-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ bot.command(
`Hey ${
ctx.from?.first_name ?? 'du'
}!\n\nWenn du den Status der aktuellen Sensoren sehen willst, nutze /status.\nWenn du eine Benachrichtigung haben möchtest, wenn es draußen wärmer wird als drinnen, nutze /notify.`,
{reply_markup: {remove_keyboard: true}},
),
);

Expand Down

0 comments on commit b276764

Please sign in to comment.