This commit is contained in:
2024-04-15 00:07:11 +02:00
parent e5b5f3547a
commit 31e96c80f4
3 changed files with 4 additions and 4 deletions

View File

@@ -21,6 +21,6 @@ type Command struct {
type Plugin struct {
Name string
Commands []Command
Register func(e *events.Ready, db *sql.DB) error
Commands []Command
}