# create-nest

## Permissions

* User must have the **admin role**
* Command must be used in the **admin channel**

## **Command Usage**

```
$create-nest <nest name>, [pokestops], [gyms], [spawns], [ex gyms], [alias]
```

```
$cn <nest name>, [pokestops], [gyms], [spawns], [ex gyms], [alias]
```

{% hint style="info" %}
&#x20;**< >** is a required field and **\[ ]** is optional. Use a comma to skip any optional fields.
{% endhint %}

## EXAMPLES

{% code title="Name" %}

```bash
$cn test park
```

{% endcode %}

{% code title="Name & Pokestops" %}

```bash
$cn test park, 10
```

{% endcode %}

{% code title="Name, Pokestops, Gyms" %}

```bash
$cn test park, 10, 2
```

{% endcode %}

{% code title="Name, Pokestops, Gyms & Spawns" %}

```bash
$cn test park, 10, 2, 20
```

{% endcode %}

{% code title="Name, Pokestops, Gyms, Spawns & Ex Gyms" %}

```bash
$cn test park, 10, 2, 20, 1
```

{% endcode %}

{% code title="Name, Pokestops, Gyms, Spawns, Ex Gyms & Alias" %}

```bash
$cn test park, 10, 2, 20, 1, tp
```

{% endcode %}

{% code title="Name, Ex Gym & Alias" %}

```bash
$cn test park, , , 1, tp
```

{% endcode %}
