# deny commands

## settings: deny commands ♡

<figure><img src="https://1355643618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LjUSz3NQrpyR-tHhUV-%2Fuploads%2FG6ylCy8u1rzW3rkwCKQj%2FScreenshot%202024-01-01%20at%205.54.01%E2%80%AFPM.png?alt=media&#x26;token=85ab1e32-51dc-4c29-8aa7-84f926d91165" alt=""><figcaption><p>the deny commands settings panel</p></figcaption></figure>

* when enabled, the deny commands settings disables commands from being used in the specified channel.
* when someone uses a mimu command in a channel where commands are denied, mimu will respond with a message stating such.

{% hint style="info" %}
autoresponders and enabled pick spawn channels both still function in channels where commands are denied.\
to disable autoresponders in a denied channel as well, we recommend using `{denychannel:}` or `{requirechannel:}`variables, with more info [here](https://docs.mimu.bot/autoresponder/resources/variables-placeholders-and-functions)
{% endhint %}

* to add a channel, use `/set deny channels` -- a dropdown menu with the server's channels will appear. you can then add the channels you'd like to deny mimu commands in.
* to change the message that gets sent when someone uses a command in a channel that doesn't allow such, use `/set deny message message:text here`

{% hint style="warning" %}
changing the deny commands message is a **premium server** feature.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mimu.bot/settings/getting-started/deny-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
