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

# Premium Perks

> Gain access to **exclusive** rewards by donating to Kyos.

<Tip>
  Click **[here](https://discord.com/channels/1182163748153196635/1210422523334754315)** to purchase premium permanently, or **[vote here](https://top.gg/bot/1065596802235109426/vote)** to access premium commands **for free**!
</Tip>

## How to obtain Premium Perks

Premium perks may be purchased via **tickets** in our [Support Server](https://discord.gg/3yxqWDxagp). It supports 3 tiers as **one time purchases**.

<Tabs>
  <Tab title="Tier 1">
    <Info>
      **Tier 1** grants you 1 premium server activation
    </Info>

    <AccordionGroup>
      <Accordion title="Custom Jail Message" icon="gear">
        Set your server's jail message

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,settings jailmessage (message/embed code)
          ```

          ```javascript Example theme={null}
          ,settings jailmessage Welp you're now jailed, {user.mention}!
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Screenshot" icon="camera-security">
        Screenshot a website

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,screenshot (site)
          ```

          ```javascript Example theme={null}
          ,screenshot https://kyos.bot
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="OCR" icon="user-magnifying-glass">
        Get the text from an image

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,opticalcharacterrecognition (image)
          ```

          ```javascript Example theme={null}
          ,opticalcharacterrecognition https://...
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Custom Profile" icon="book-user">
        Create a custom profile across kyos

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,profile (create|delete|badges|code|view)
          ```

          ```javascript Example theme={null}
          ,profile create
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Playlists" icon="circle-play">
        Create a custom playlist with your favourite tunes

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,playlist (create|remove|list|play|add)
          ```

          ```javascript Example theme={null}
          ,playlist create
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Spotify Lookup" icon="spotify">
        Lookup your favourite music on Spotify

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,spotifytrack (query)
          ,spotifyalbum (query)
          ```

          ```javascript Example theme={null}
          ,spotifytrack TOP Lil Uzi Vert 
          ,spotifyalbum For the Love Ice Cube
          ```
        </CodeGroup>
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Tier 2">
    <Info>
      **Tier 2** grants you 3 premium server activations
    </Info>

    <AccordionGroup>
      <Accordion title="Last.FM Mode" icon="lastfm">
        Customize your embed layout for the `nowplaying` command.

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,lastfm mode set (embed script)
          ,lastfm mode steal
          ,lastfm mode view
          ```

          ```javascript Example theme={null}
          ,lastfm mode {embed}$v{title:Now Playing}$v{description: {track.name}}$v{thumbnail: {album.cover}}
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Picture to GIF conversion" icon="camera">
        Easily convert picture to a GIF

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,makegif (picture)
          ```

          ```javascript Example theme={null}
          ,makegif https://kyos.bot/icon.png 
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Level Customisation" icon="arrow-up-right-dots">
        Further customise your server's levelling system with kyos

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,level message (message)
          ,level multiplier (multiplier)
          ,level reactions (on/off)
          ```

          ```javascript Example theme={null}
          ,level message {embed}$v{content: Congratulations {user.mention}, you've now **leveled up** to level `{new.level}`!}
          ,level multiplier 3
          ,level reactions on
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Last.FM Custom Command" icon="lastfm">
        Set your custom `nowplaying` command

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,lastfm customcommand (word)
          ```

          ```javascript Example theme={null}
          ,lastfm customcommand kapofm
          ```
        </CodeGroup>
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Tier 3">
    <Info>
      **Tier 3** grants you 5 premium server activations, direct developer contact and your **own custom role** in the [Support Server](https://discord.gg/3yxqWDxagp)
    </Info>

    <AccordionGroup>
      <Accordion title="TikTok Reposter" icon="tiktok">
        Set your own custom command prefix to use **across kyos**

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,tiktok add (channel) (username)
          ,tiktok remove (channel) (username)
          ,tiktok message_view (username)
          ,tiktok profile (username)
          ,tiktok latest (username)
          ,tiktok info (video_url)
          ,tiktok message (username) (message)
          ,tiktok hashtag (tag) (count)
          ,tiktok list
          ,tiktok random
          ```

          ```javascript Example theme={null}
          ,tiktok add #general kyliejenner
          ,tiktok remove #general kyliejenner
          ,tiktok message_view kyliejenner
          ,tiktok profile kyliejenner
          ,tiktok latest kyliejenner
          ,tiktok info https://www.tiktok.com/@kyliejenner/video/1234567890
          ,tiktok message kyliejenner Check out my new video! {url} {author} {id}
          ,tiktok hashtag fyp 5
          ,tiktok list
          ,tiktok random
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Personal Prefix" icon="rectangles-mixed">
        Set your own custom command prefix to use **across kyos**

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,prefix self set (prefix)
          ```

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

      <Accordion title="Reaction Triggers" icon="robot">
        Get kyos to autoreact to messages containing specific words

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,autoreact add (trigger), (emojis)
          ,autoreact remove (trigger)
          ,autoreact list
          ```

          ```javascript Example theme={null}
          ,autoreact add check, ✔️
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Snipe filtering" icon="shield-check">
        Filter **unwanted** content from your snipe system

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,filter snipe links (on/off)
          ,filter snipe music (on/off)
          ,filter snipe images (on/off)
          ,filter snipe invites (on/off)
          ```

          ```javascript Example theme={null}
          ,filter snipe links on
          ,filter snipe music on
          ,filter snipe images on
          ,filter snipe invites on
          ```
        </CodeGroup>
      </Accordion>

      <Accordion title="Custom Invoke Responses" icon="message-pen">
        Get **custom** responses to commands such as `ban`, `kick`, etc.

        <CodeGroup>
          ```javascript Syntax theme={null}
          ,invoke hardban (message)
          ,invoke kickdm (message)
          ,invoke banmessage (message)
          ,invoke bandm (message)
          ,invoke kickmessage (message)
          ,invoke warn (message)
          ```

          ```javascript Example theme={null}
          ,invoke bandm youve been banned from {guild.name}!
          ```
        </CodeGroup>
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>
