6 lines
79 B
Go
6 lines
79 B
Go
package discordBots
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed schema.sql
|
|
var Schema string
|