Dependency updates

This commit is contained in:
Stash Dev
2019-05-27 12:34:26 -07:00
parent 69917999ef
commit 4b037e1040
359 changed files with 60172 additions and 18749 deletions

View File

@@ -13,6 +13,8 @@ type Command struct {
Aliases []string `json:"aliases,omitempty"`
Binary string `json:"-"`
Flags []string `json:"flags,omitempty"`
// Filters events to listen to ("" or "*") is all events
ListenFor string `json:"listen_for,omitempty"`
}
// Commands is a slice of Command

View File

@@ -1,3 +1,3 @@
package plugins
const Version = "v1.11.0"
const Version = "v1.12.0"