discordBots/embed.go

7 lines
79 B
Go
Raw Normal View History

2024-07-12 13:50:20 +00:00
package discordBots
import _ "embed"
//go:embed schema.sql
var Schema string