6 lines
287 B
Go
6 lines
287 B
Go
// Package dyzurbot is a Telegram duty-rota bot. It serves the rota from a
|
|
// local cache (see Store) that is periodically actualized from Google Sheets
|
|
// (see Syncer/Service). Telegram handlers and reminders are built on top of
|
|
// Service and read via Store.Snapshot.
|
|
package dyzurbot
|