@ -40,6 +40,12 @@ Here's the code for the `EchoBot`.
```python
class EchoBot(Bot):
"""Gives back what you sent it.
In group chats, it responds to the following format.
echobot:foo
"""
def react(self, message):
if message.type == "chat":
# Reply to direct messages
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.