> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vetox.io/llms.txt
> Use this file to discover all available pages before exploring further.

# General commands

> Vito, reputation, colours, suggestions, translation, dice and help — the 13 everyday commands.

Thirteen commands. **None requires any Discord permission** — every member can run all of them.

## Vito and reputation

<AccordionGroup>
  <Accordion title="/vito — show or transfer Vito" icon="coins">
    | Option     | Required | Notes                                                        |
    | ---------- | -------- | ------------------------------------------------------------ |
    | `user`     | No       | Whose balance to show, or who to send to. Defaults to you    |
    | `amount`   | No       | Minimum 1. Supplying this makes it a transfer                |
    | `reason`   | No       | Recorded in the transaction                                  |
    | `with_tax` | No       | Whether the settlement fee comes out of the amount or on top |

    Cooldown 10s. See [Vito](/en/members/vito) for the fee.
  </Accordion>

  <Accordion title="/rep — endorse a member" icon="thumbs-up">
    | Option | Required | Notes                                                                                               |
    | ------ | -------- | --------------------------------------------------------------------------------------------------- |
    | `user` | **Yes**  | Who to endorse                                                                                      |
    | `type` | No       | `respect` (default), `helpful`, `friendly`, `creative`, `funny`, `leader`, `trustworthy`, `skilled` |

    Cooldown 10s. Daily allowance depends on your [Membership](/en/premium/membership). See [Reputation](/en/members/reputation) for the limits.
  </Accordion>

  <Accordion title="/points-list — server points leaderboard" icon="ranking-star">
    Paginated, and shows your own position. Optional `page` (minimum 1). Cooldown 5s.
  </Accordion>
</AccordionGroup>

## Colours

<AccordionGroup>
  <Accordion title="/colors — see available colour roles" icon="palette">
    Cooldown 10s. Vetox needs **Manage Roles**.
  </Accordion>

  <Accordion title="/color-set — claim a colour" icon="paintbrush">
    `number` is **required**, between 1 and 999 — colour roles are numbered. Cooldown 5s. Vetox needs **Manage Roles**.
  </Accordion>
</AccordionGroup>

<Note>
  Both require the **Colors** module in [Server Setup](/en/server-management/setup). See [Colors](/en/engagement/colors).
</Note>

## Suggestions

<AccordionGroup>
  <Accordion title="/suggest — submit a suggestion" icon="lightbulb">
    | Option      | Required | Notes                                   |
    | ----------- | -------- | --------------------------------------- |
    | `content`   | **Yes**  | Up to 4,000 characters                  |
    | `anonymous` | No       | Hide your name, if the server allows it |
    | `image`     | No       | An attachment                           |

    Cooldown 5s. Vetox needs **Send Messages**, **Embed Links** and **Add Reactions**.
  </Accordion>

  <Accordion title="/suggestion — decide on a suggestion" icon="gavel">
    | Option    | Required      | Notes                            |
    | --------- | ------------- | -------------------------------- |
    | `status`  | **Yes**       | `approve`, `deny` or `implement` |
    | `message` | **Yes**       | The suggestion's message ID      |
    | `reason`  | Conditionally | Up to 1,024 characters           |

    <Warning>
      **`reason` is marked optional but is required when `status` is `deny`.** Denying without one is rejected.
    </Warning>

    Cooldown 5s.
  </Accordion>
</AccordionGroup>

<Note>
  Both require the **Suggestions** module in Server Setup. See [Suggestions](/en/engagement/suggestions).
</Note>

## Utilities

<AccordionGroup>
  <Accordion title="/translate — translate text" icon="language">
    `language` and `text` are both **required**. 25 target languages: Arabic, English, Spanish, French, German, Russian, Chinese, Japanese, Korean, Italian, Portuguese, Turkish, Hindi, Thai, Dutch, Polish, Ukrainian, Hebrew, Persian, Swedish, Czech, Hungarian, Finnish, Indonesian, Romanian. Cooldown 10s.
  </Accordion>

  <Accordion title="/roll — roll a die" icon="dice">
    `dice` is optional, between 2 and 100,000, defaulting to **100**.

    <Note>
      It is not a six-sided die by default. `/roll` with no argument rolls 1–100.
    </Note>

    Cooldown 10s.
  </Accordion>

  <Accordion title="/get-emojis — extract emoji image URLs" icon="face-smile">
    Both options — `emojis` and `message_id` — are marked optional, but **you must supply one of them**. Running it bare returns an error.

    Cooldown 10s.
  </Accordion>

  <Accordion title="/title — view or change your profile title" icon="tag">
    `new_title` is optional. Passing `0` resets it. Cooldown 5s.
  </Accordion>

  <Accordion title="/help — browse commands" icon="circle-question">
    `command` is optional and autocompletes. Cooldown 10s.
  </Accordion>

  <Accordion title="/ping — bot latency" icon="signal">
    No options. Cooldown 10s.
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="/colors or /color-set does nothing">
    The Colors module is off in Server Setup, or Vetox lacks Manage Roles, or the colour roles sit above the Vetox role.
  </Accordion>

  <Accordion title="/suggest says the feature is disabled">
    The Suggestions module is off in Server Setup.
  </Accordion>

  <Accordion title="/get-emojis returns an error with no arguments">
    Expected — supply either `emojis` or `message_id`.
  </Accordion>

  <Accordion title="/roll gave me 87 and I expected 1–6">
    The default is 100 sides. Pass `dice: 6`.
  </Accordion>
</AccordionGroup>
