From 0c8b14c25d2b6d033d1eb12a572a01dbd40105fd Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Thu, 23 Mar 2017 17:23:44 +0100 Subject: [PATCH] Add /togglementions to /help string --- bottools/strings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bottools/strings.py b/bottools/strings.py index c7b6d18..8f375cc 100644 --- a/bottools/strings.py +++ b/bottools/strings.py @@ -35,6 +35,7 @@ Additionally, you will be able to use the following commands: * /like TWEET - Like a tweet. You will need to pass a tweet ID (TWEET) as returned by /timeline. * /reply TWEET TEXT - Reply TEXT to a tweet. You will need to pass a tweet ID (TWEET) as returned by /timeline. * /retweet TWEET - Retweet a tweet. You will need to pass a tweet ID (TWEET) as returned by /timeline. +* /togglementions - Turn on/off notifications when you are mentioned in a tweet. * /toggletweet - Turn automatic tweeting of messages on/off. Useful in groups. * /tweet TEXT - Explicitly tweet TEXT even if automatic tweeting is off (/toggletweet).