/show command - view bounty details #44

Closed
opened 2026-04-04 06:45:08 +02:00 by shoko · 0 comments
Owner

Objective

Create /show command to display full bounty details.

Behavior

/show <id>

Shows all information about a bounty:

  • ID
  • Full text (not sliced)
  • Link (if exists)
  • Due date and time (formatted with timezone)
  • Created by (username)
  • Created at (timestamp)

Output Format

[#1] Full Bounty Title
🔗 https://example.com
📅 4 April 2026 14:30 (Asia/Jakarta)
👤 @username
📌 Created: 2026-04-01 10:00

Permissions

  • Everyone can use /show

Dependencies

  • #43 (service layer must be done first)
## Objective Create `/show` command to display full bounty details. ## Behavior ``` /show <id> ``` Shows all information about a bounty: - ID - Full text (not sliced) - Link (if exists) - Due date and time (formatted with timezone) - Created by (username) - Created at (timestamp) ## Output Format ``` [#1] Full Bounty Title 🔗 https://example.com 📅 4 April 2026 14:30 (Asia/Jakarta) 👤 @username 📌 Created: 2026-04-01 10:00 ``` ## Permissions - Everyone can use /show ## Dependencies - #43 (service layer must be done first)
shoko added this to the Phase 2 milestone 2026-04-04 06:45:08 +02:00
shoko added the telegram-botphase-2 labels 2026-04-04 06:45:08 +02:00
han was assigned by shoko 2026-04-04 06:45:08 +02:00
shoko closed this issue 2026-04-04 10:09:29 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jigaido#44