mautrix-discord/database/scannable.go
Gary Kramlich 456a15ba56 Initial bot functionality
* The bot now properly joins the management room
* The management room is persisted in the database
* Welcome/help messages are sent in the management room
2021-12-30 09:33:06 -06:00

5 lines
75 B
Go

package database
type Scannable interface {
Scan(...interface{}) error
}