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

# Donator Perks

> Gain access to exclusive rewards by donating to Omex.

## How to get Donator Perks

<Warning>
  Click [here](https://discord.gg/thbuzS7BxK) to purchase premium permanently, or vote [here](https://top.gg/bot/1413649582340182158) to access premium commands for free!
</Warning>

<Tabs>
  <Tab title="Tier 3">
    <AccordionGroup>
      <Accordion title="Screenshot ">
        Take a screenshot of a website.

        <CodeGroup>
          ```text Syntax theme={null}
          ,screenshot (url)
          ```

          ```text Example theme={null}
          ,screenshot https://example.com
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="customisation">
        Customize Omex’s avatar, banner, and bio for your server

        <CodeGroup>
          ```text Syntax theme={null}
          ,customize avatar
          ,customize banner
          ,customize bio
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Personal Prefix">
        <CodeGroup>
          ```text Syntax theme={null}
          ,prefix self set (prefix)
          ```

          ```text Example theme={null}
          ,prefix self set O
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Lastfm Commands ">
        <CodeGroup>
          ```text Syntax theme={null}
          ,lastfm mode
          ,lastfm np
          ,lastfm toptracks
          ,lastfm plays
          ,lastfm crowns

          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Level Customisation">
        <CodeGroup>
          ```text Syntax theme={null}
          ,level message
          ,lastfm multiplier
          ,lastfm givexp        
          ```
        </CodeGroup>
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Tier 2">
    <AccordionGroup>
      <Accordion title="ChatGPT">
        Ask ChatGPT a question directly from Discord.

        <CodeGroup>
          ```text Syntax theme={null}
          ,ai (question)
          ```

          ```text Example theme={null}
          ,ai who are you
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="FiveM Server Lookup">
        Look up info and online players for a FiveM server.

        <CodeGroup>
          ```text Syntax theme={null}
          ,fivelookup (invite code)
          ,fiveplayers (invite code)
          ```

          ```text Example theme={null}
          ,fivelookup abc123
          ,fiveplayers abc123
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Invite Info">
        View information about a Discord invite code.

        <CodeGroup>
          ```text Syntax theme={null}
          ,inviteinfo (invite code)
          ```

          ```text Example theme={null}
          ,inviteinfo Omex
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Playlists">
        <CodeGroup>
          ```text Syntax theme={null}
          ,playlist create
          ,playlist add
          ,playlist remove
          ,playlist list
          ,playlist play
          ```
        </CodeGroup>
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Tier 1">
    <AccordionGroup>
      <Accordion title="Statistics">
        Unlock access to the **Statistics** module, allowing you to create live counter channels for your server.

        <CodeGroup>
          ```text Syntax theme={null}
          ,statistics set members #members
          ,statistics remove #channel
          ,statistics clear
          ,statistics list
          ```

          ```text Example theme={null}
          ,statistics set members #members
          ,statistics remove #members
          ,statistics clear
          ,statistics list
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Steal Emoji">
        Steal the provided emoji for your server.

        <CodeGroup>
          ```text Syntax theme={null}
          ,steal (emoji) (name)
          ```

          ```text Example theme={null}
          ,steal :smile: smile
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Custom Jail Message">
        <CodeGroup>
          ```text Syntax theme={null}
          ,jailmessage (message/embed code)
          ```

          ```text Example theme={null}
          ,jailmessage {user.mention} you have been jailed! To be unjailed please contact a server moderator 
          ```
        </CodeGroup>
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>
