> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/easy-allowlist/server/queue/remove-discord-role-queue-priority.md).

# Remove discord role queue priority

To remove a queue priority for a Discord Role

## Export

```lua
exports["easy_allowlist"]:removeDiscordRoleQueuePriority(identifier)
```

### Parameters

| Name         | Data Type | Description                |
| ------------ | --------- | -------------------------- |
| `identifier` | string    | The player main identifier |

## Example

```lua
local discordRoleId = "332962646660794880"
exports["easy_allowlist"]:removeDiscordRoleQueuePriority(discordRoleId)
```
