From 1c5b08b4c6a4f81be77303339580169b38d804a2 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 13 Aug 2020 02:46:30 +0300 Subject: [PATCH] Update docs on the attachmentStorage option --- docs/configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index cb4f2bb..998dce3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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 #### attachmentStorage -**Default:** `local` +**Default:** `original` Controls how attachments in modmail threads are stored. Possible values: -* **local** - Files are saved locally on the machine running the bot -* **discord** - Files are saved as attachments on a special channel on the inbox server. Requires `attachmentStorageChannelId` to be set. +* `original` - The original attachment is linked directly +* `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 **Default:** *None*