From e41fda78d4440742e169c83028cc4e459574e974 Mon Sep 17 00:00:00 2001 From: codewithnick Date: Tue, 25 Jun 2024 05:00:25 +0530 Subject: [PATCH] onboarding: Remove welcome bot message. The previous message that welcome bot sent with the bot commands has been removed in order to be more clear and concise to the user. Previously weclome bot also sent bot commands in intial message, this commit intends to remove those commands. Fixes part of #30049. --- zerver/lib/onboarding.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zerver/lib/onboarding.py b/zerver/lib/onboarding.py index c5716c1047..1c3e9263f0 100644 --- a/zerver/lib/onboarding.py +++ b/zerver/lib/onboarding.py @@ -94,15 +94,11 @@ Hello, and welcome to Zulip!👋 {inform_about_tracked_onboarding_messages_text} {demo_organization_text} -I can also help you get set up! Just click anywhere on this message or press `r` to reply. - -Here are a few messages I understand: {bot_commands} """).format( inform_about_tracked_onboarding_messages_text=inform_about_tracked_onboarding_messages_text, getting_started_text=getting_started_string, organization_setup_text=organization_setup_string, demo_organization_text=demo_organization_warning_string, - bot_commands=bot_commands(), ) message_id = internal_send_private_message(