# .harvest command

*in this command, we've made it so that some fruits cost more than certain fruits. you can refer to below table for the pricing it can be sold for:*

<table data-header-hidden><thead><tr><th width="464.5">fruit</th><th>price</th></tr></thead><tbody><tr><td>fruit</td><td>price</td></tr><tr><td>bananas</td><td>10</td></tr><tr><td>apples</td><td>20</td></tr><tr><td>strawberries</td><td>30</td></tr><tr><td>oranges</td><td>25</td></tr><tr><td>pears</td><td>15</td></tr></tbody></table>

### ✎ autoresponder command

`/autoresponder add trigger:.harvest reply:{choose:bananas|apples|strawberries|oranges|pears} {lockedchoose:10|20|30|25|15} {modifybal:+[lockedchoice]} you have harvested some [choice] . . . and earned [lockedchoice] {server_currency}!`

{% hint style="info" %}
confused about the variables used? see our variables guide [here](https://docs.mimu.bot/autoresponder/resources/variables-placeholders-and-functions)
{% endhint %}
