Show notification if server is updated

This commit is contained in:
Deluan
2021-06-21 13:42:14 -04:00
parent 47bcf719f2
commit 877f01bd38
5 changed files with 19 additions and 11 deletions
+1
View File
@@ -40,6 +40,7 @@ type KeepAlive struct {
type ServerStart struct {
baseEvent
StartTime time.Time `json:"startTime"`
Version string `json:"version"`
}
const Any = "*"