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
This commit is contained in:
5
database/scannable.go
Normal file
5
database/scannable.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package database
|
||||
|
||||
type Scannable interface {
|
||||
Scan(...interface{}) error
|
||||
}
|
||||
Reference in New Issue
Block a user