# DiscordUserSettings

Namespace: Discord

## Properties

| Name                  | Description                                                    | Type                               |
| --------------------- | -------------------------------------------------------------- | ---------------------------------- |
| Theme                 | Light/dark theme                                               | DiscordTheme                       |
| ExplicitContentFilter | The user's current dm filters                                  | ExplicitContentFilter              |
| DeveloperMode         | Whether the user has developer mode on or not                  | bool                               |
| CompactMessages       | Whether the user has compact messages on or not                | bool                               |
| Language              | The user's current language                                    | DiscordLanguage                    |
| EnableTts             | Whether the user has Enable TTS on or not                      | bool                               |
| PlayGifsAutomatically | Whether the user wants gifs played automatically or not        | bool                               |
| CustomStatus          | The user's current custom status                               | CustomStatus                       |
| GuildPositions        | The user's current positioning of guilds                       | IReadOnlyList\<ulong>              |
| GuildFolders          | The current guild list (goes hand in hand with GuildPositions) | IReadOnlyList\<DiscordGuildFolder> |


---

# 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://ilinked1337.gitbook.io/anarchy/documentation/users/settings/discordusersettings.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.
