mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
initial course command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user