Update docs on the attachmentStorage option
parent
1f5faaab5b
commit
1c5b08b4c6
|
@ -100,10 +100,11 @@ e.g. `!note This is an internal message`.
|
||||||
If `alwaysReply` is enabled, this option controls whether the auto-reply is anonymous
|
If `alwaysReply` is enabled, this option controls whether the auto-reply is anonymous
|
||||||
|
|
||||||
#### attachmentStorage
|
#### attachmentStorage
|
||||||
**Default:** `local`
|
**Default:** `original`
|
||||||
Controls how attachments in modmail threads are stored. Possible values:
|
Controls how attachments in modmail threads are stored. Possible values:
|
||||||
* **local** - Files are saved locally on the machine running the bot
|
* `original` - The original attachment is linked directly
|
||||||
* **discord** - Files are saved as attachments on a special channel on the inbox server. Requires `attachmentStorageChannelId` to be set.
|
* `local` - Files are saved locally on the machine running the bot and served via a local web server
|
||||||
|
* `discord` - Files are saved as attachments on a special channel on the inbox server. Requires `attachmentStorageChannelId` to be set.
|
||||||
|
|
||||||
#### attachmentStorageChannelId
|
#### attachmentStorageChannelId
|
||||||
**Default:** *None*
|
**Default:** *None*
|
||||||
|
|
Loading…
Reference in New Issue