Browse Source

Fix README

Kumi 1 year ago
parent
commit
551fec9050
1 changed files with 3 additions and 4 deletions
  1. 3 4
      README.md

+ 3 - 4
README.md

@@ -118,10 +118,9 @@ If you need help figuring out what went wrong, feel free to open an issue.
 
 The bot will respond to _all_ messages in the room, with two exceptions:
 
-- Messages starting with `!` are considered commands and will not be considered
-  for response generation - regardless of whether the command is valid for the
-  bot or not (e.g. `!help` will not be considered for response generation).
-- Messages sent by the bot itself will not be considered for response generation.
+- If you turn off response generation for the room, the bot will only respond
+  to messages that begin with `!gptbot <command>`.
+- Messages sent by the bot itself will not trigger a response.
 
 There is a good chance that you are seeing the bot responding to its own
 messages. First, stop the bot, or it will keep responding to its own messages,