mirror of
https://github.com/mautrix/discord.git
synced 2025-03-14 14:15:37 +00:00

* 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
5 lines
75 B
Go
5 lines
75 B
Go
package database
|
|
|
|
type Scannable interface {
|
|
Scan(...interface{}) error
|
|
}
|