discordBots/embed.go
2024-07-12 13:53:17 +00:00

6 lines
79 B
Go

package discordBots
import _ "embed"
//go:embed schema.sql
var Schema string