Documentation clean-up
parent
96e8eae188
commit
e2de5b97bd
|
@ -107,6 +107,10 @@ e.g. `!note This is an internal message`.
|
|||
**Default:** `off`
|
||||
If `alwaysReply` is enabled, this option controls whether the auto-reply is anonymous
|
||||
|
||||
#### anonymizeChannelName
|
||||
**Default:** `off`
|
||||
If enabled, channel names will be the user's name and discriminator salted with the current time, then hashed to protect the user's privacy
|
||||
|
||||
#### attachmentStorage
|
||||
**Default:** `original`
|
||||
Controls how attachments in modmail threads are stored. Possible values:
|
||||
|
@ -206,6 +210,14 @@ If enabled, mentions the user messaging modmail in the modmail thread's header.
|
|||
**Default:** *None*
|
||||
**Deprecated.** Same as `categoryAutomation.newThread`.
|
||||
|
||||
#### notifyOnMainServerJoin
|
||||
**Default:** `on`
|
||||
If enabled, a system message will be posted into any open threads if the user joins a main server
|
||||
|
||||
#### notifyOnMainServerLeave
|
||||
**Default:** `on`
|
||||
If enabled, a system message will be posted into any open threads if the user leaves a main server
|
||||
|
||||
#### pingOnBotMention
|
||||
**Default:** `on`
|
||||
If enabled, the bot will mention staff (see `mentionRole` option) on the inbox server when the bot is mentioned on the main server.
|
||||
|
@ -313,18 +325,6 @@ URL to use for attachment and log links. Defaults to `http://IP:PORT`.
|
|||
**Default:** `off`
|
||||
If enabled, mod replies will use their nicknames (on the inbox server) instead of their usernames
|
||||
|
||||
#### notifyOnMainServerLeave
|
||||
**Default:** `on`
|
||||
If enabled, a system message will be posted into any open threads if the user leaves a main server
|
||||
|
||||
#### notifyOnMainServerJoin
|
||||
**Default:** `on`
|
||||
If enabled, a system message will be posted into any open threads if the user joins a main server
|
||||
|
||||
#### anonymizeChannelName
|
||||
**Default:** `off`
|
||||
If enabled, channel names will be the user's name and discriminator salted with the current time, then hashed to protect the user's privacy
|
||||
|
||||
## Advanced options
|
||||
|
||||
#### extraIntents
|
||||
|
|
Loading…
Reference in New Issue