# Default variables for channel creation

If no specific configurations have been set for a particular Discord channel, the global settings will be applied as the default settings for that channel. This allows for consistent behavior and appearance across all of the temporary voice channels on the server, while still allowing for the option to customize individual channels as needed. By utilizing the global settings feature, it is possible to easily maintain a cohesive and organized server without having to manually set up each channel individually.

<table><thead><tr><th>CREATION</th><th>CATEGORY</th><th>NAME</th><th>LIMIT</th><th>POSITION</th><th>BITRATE</th><th>NSFW</th><th>WELCOME</th></tr></thead><tbody><tr><td>True</td><td>None</td><td>{user.name}'s Tempy</td><td>0</td><td>0</td><td>64000</td><td>False</td><td>False</td></tr><tr><td><pre><code>boolean
</code></pre></td><td><pre><code>discord.CategoryChannel
</code></pre></td><td><pre><code>string
</code></pre></td><td><pre><code>integer
</code></pre></td><td><pre><code>integer
</code></pre></td><td><pre><code>integer
</code></pre></td><td><pre><code>boolean
</code></pre></td><td><pre><code>boolean
</code></pre></td></tr><tr><td><em>The creation of a Tempy channel can be controlled through this boolean setting. It determines whether a temporary voice channel should be created or not.</em></td><td><em>This setting determines the category in which the Tempy channel will be placed. It can be used to specify the organization of the temporary voice channel on the Discord server.</em></td><td><em>This setting determines the name of the Tempy channel that is created. It allows you to customize the label of the temporary voice channel to your liking.</em></td><td>This setting determines the maximum number of users allowed in a Tempy channel at any given time. It can be used to control the size of the channel.</td><td><em>This setting determines the position of the Tempy channel in the channel list. It allows you to specify where in the channel hierarchy the Tempy channel should be placed.</em></td><td><em>This setting determines the audio bitrate of the Tempy channel, which determines the quality and clarity of the audio transmitted in the channel.</em></td><td><em>This setting determines whether a Tempy channel is marked as NSFW (Not Safe For Work). This can be useful for servers that want to restrict access to certain types of content in certain channels.</em></td><td><em>The welcome setting determines whether a welcome message should be sent to users when they join a Tempy channel. This message can be customized and can contain information about the channel and its rules.</em></td></tr></tbody></table>


---

# 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.tempybot.me/faq-and-more/default.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.
