# Promocodes

**`Permissions`** - which groups should have access to the `OpenSettings` command(Admin Menu) \
\&#xNAN;**`Lenght`** - Length of the promocode (premium code generation)

{% code title="shared/config.lua" %}

```lua
Config.PromoCodes = {
    Permissions = { 'owner' , 'best' },
    Length = 6 
}
```

{% endcode %}
