Daily Usage
Gopherbot listens the way a teammate does: it sees messages coming from users, channels, threads, and direct-message contexts, then routes them through command, ambient-message, and job-trigger logic.
In practice, most users mainly need to know four things:
- how to address the robot
- where a command is available
- how to discover commands with help
- how threads and direct messages affect replies
This section covers those user-facing behaviors rather than the internal implementation details.