Skip to content

Commit

Permalink
Update button names in bot
Browse files Browse the repository at this point in the history
  • Loading branch information
karfly committed Oct 10, 2023
1 parent c48fd9b commit 0cb81a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,21 @@ async def start(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
),
),
KeyboardButton(
text="💃 Fashion AI Bot",
text="💃 Fashion AI Onboarding",
web_app=WebAppInfo(
url=add_get_params_to_url("https://tok-ai.netlify.app", user_data)
),
),
KeyboardButton(
text="🧘 Meditation Bot",
text="🧘 Meditation Onboarding",
web_app=WebAppInfo(
url=add_get_params_to_url(
"https://tok-meditation.netlify.app", user_data
)
),
),
KeyboardButton(
text="🧚‍♂️ AI Tales Bot",
text="🧚‍♂️ AI Tales Onboarding",
web_app=WebAppInfo(
url=add_get_params_to_url(
"https://tok-wondertales.netlify.app", user_data
Expand Down

0 comments on commit 0cb81a6

Please sign in to comment.