Skip to content

Use code blocks for /sendbatch help examples to enable single-copy UX#62

Open
Copilot wants to merge 2 commits intomainfrom
copilot/update-sendbatch-help-command
Open

Use code blocks for /sendbatch help examples to enable single-copy UX#62
Copilot wants to merge 2 commits intomainfrom
copilot/update-sendbatch-help-command

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 26, 2026

Each line of the /sendbatch usage and examples was individually backtick-wrapped, forcing users to copy the command line-by-line in Telegram instead of all at once.

Changes

  • internal/telegram/sendbatch.go — Replaced per-line `backticks` with triple-backtick code blocks in the error help message (Usage, Example 1, Example 2 sections)
  • translations/en.toml — Same treatment for the /sendbatch entry in the main help command text

Before:

helpMsg += "*Usage:*\n`/sendbatch [shared memo]`\n`<amount> @user [memo]`\n`<amount> @user [memo]`\n\n"

After:

helpMsg += "*Usage:*\n```\n/sendbatch [shared memo]\n<amount> @user [memo]\n<amount> @user [memo]\n```\n\n"

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Copilot AI changed the title [WIP] Update help command for /sendbatch to use codeblock Use code blocks for /sendbatch help examples to enable single-copy UX Mar 26, 2026
Copilot AI requested a review from rayaanr March 26, 2026 08:14
@rayaanr rayaanr marked this pull request as ready for review March 26, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants