initial course command

This commit is contained in:
wish
2022-10-30 15:03:12 +11:00
parent bac4e70be4
commit 31bac7bd68
6 changed files with 85 additions and 24 deletions

View File

@@ -70,6 +70,12 @@ type Command struct {
Prefix string
}
// Courses is an array of enabled courses
type Courses struct {
Name string
Enabled bool
}
// Database holds the postgres database config.
type Database struct {
Host string