feat: Finish help command and add description to commands.

This commit is contained in:
Matthew
2023-11-27 04:05:15 -05:00
parent 76ba7cb942
commit ce773a6c56
3 changed files with 16 additions and 4 deletions

View File

@@ -169,9 +169,10 @@ type Discord struct {
// Command is a channelserver chat command
type Command struct {
Name string
Enabled bool
Prefix string
Name string
Enabled bool
Description string
Prefix string
}
// Course represents a course within MHF