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

# Fake Permissions

### Description

Let a role use loti bot commands without real Discord perms.

<Note>
  Use `,fakepermissions wizard` for a easy setup.
</Note>

### Fake permissions add

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,fakepermissions add <role> <permission>
  ```

  ```plaintext Example theme={null}
  ,fakepermissions add @Moderators manage_messages
  ```
</CodeGroup>

* **`<role>`**: The role to attach a fake permission to.
* **`<permission>`**: The permission name to display as enabled.
* **Permissions**: Administrator

### Fake permissions remove

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,fakepermissions remove <role> <permission>
  ```

  ```plaintext Example theme={null}
  ,fakepermissions remove @Moderators manage_messages
  ```
</CodeGroup>

* **`<role>`**: The role to remove a fake permission from.
* **`<permission>`**: The permission name to remove.
* **Permissions**: Administrator

### Fake permissions list

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,fakepermissions list <role>
  ```

  ```plaintext Example theme={null}
  ,fakepermissions list @Moderators
  ```
</CodeGroup>

* Displays all fake permissions configured for the selected role.
* **Permissions**: Administrator

### Fake permissions reset

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,fakepermissions reset
  ```

  ```plaintext Example theme={null}
  ,fakepermissions reset
  ```
</CodeGroup>

* Removes all fake permissions configured in the server.
* **Permissions**: Administrator

### Fake permissions wizard

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,fakepermissions wizard
  ```

  ```plaintext Example theme={null}
  ,fakepermissions wizard
  ```
</CodeGroup>

* Runs a guided setup flow for fake permissions.
* **Permissions**: Administrator
