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).