diff options
-rw-r--r-- | docs/Options.md | 2 | ||||
-rw-r--r-- | wee_slack.py | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/Options.md b/docs/Options.md index a57974a..ba8f4e4 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -230,7 +230,7 @@ slack` after changing it to take effect. **Default:** `INSERT VALID KEY HERE!` -**Description:** List of Slack API tokens, one per Slack instance you want to connect to. See the README for details on how to get these. +**Description:** List of Slack API tokens, one per Slack instance you want to connect to; see the README for details on how to get these (note: content is evaluated, see /help eval). ### slack_timeout diff --git a/wee_slack.py b/wee_slack.py index 1d18126..79e2dba 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -6658,7 +6658,8 @@ class PluginConfig(object): "slack_api_token": Setting( default="INSERT VALID KEY HERE!", desc="List of Slack API tokens, one per Slack instance you want to" - " connect to. See the README for details on how to get these.", + " connect to; see the README for details on how to get these" + " (note: content is evaluated, see /help eval).", ), "slack_timeout": Setting( default="20000", desc="How long (ms) to wait when communicating with Slack." |