Skip to content

Latest commit

 

History

History
86 lines (51 loc) · 1.4 KB

commands-answer.md

File metadata and controls

86 lines (51 loc) · 1.4 KB

Answer Commands

These commands are invoked by the community to reply to the bounty questions.

Table of Contents

Answer

Answers a bounty question. Each user can only answer a question once.

Example

Example Example

Syntax

$answer <id> <answer>

Arguments

  • id: The question id you're answering
  • answer: The plaintext answer

Delete

Deletes your answer for a question

Example

Example

Syntax

$delete <id>

Arguments

  • id: The question you want to remove your answer from

Edit

Edits your answer to a question

Example

Example Example

Syntax

$edit <question> <answer>

Arguments

  • id: The question id you're editing an answer for
  • answer: The plaintext answer

List

Lists all the responses to a question, if any

Example

Example

Syntax

$list <id>

Arguments

  • id: The question id you're grabbing the answer list for