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