> For the complete documentation index, see [llms.txt](https://suggester.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suggester.gitbook.io/docs/v1/staff/deny.md).

# Deny

#### Description

The `deny` command allows staff members to deny suggestions. When this command is run, the suggestion creator will be sent a DM that their suggestion has been denied. If a denied suggestions channel is configured, the suggestion will be posted into the denied suggestions feed.

{% hint style="danger" %}
Once a suggestion is denied, it is denied forever. It cannot be approved from the denied state.
{% endhint %}

#### Required Arguments&#x20;

* `suggestion id` - A number that represents the suggestion's ID

{% hint style="warning" %}
This command only works on suggestions that are **awaiting review**.
{% endhint %}

#### Optional Arguments

* `reason` - Reason for denying the suggestion

#### Usage

```
.deny [suggestion id] (reason)
```

{% hint style="info" %}
Arguments in `[brackets]` are required, while arguments in `(parenthesis)` are optional.
{% endhint %}

#### Permission Required

Any user with the **Manage Server** permission, the configured admin role, or the configured review role can use this command.
