mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 16:42:48 +00:00
10 lines
131 B
Go
10 lines
131 B
Go
package model
|
|
|
|
var Migrations []interface{} = []interface{}{
|
|
&Message{},
|
|
&Attachment{},
|
|
&User{},
|
|
&VideoArchive{},
|
|
&Sound{},
|
|
}
|