Update parseconfig.go

This commit is contained in:
HaMiLToN5 2015-01-29 10:33:27 -05:00
parent 3ed6e10256
commit 23b05a847c

View file

@ -19,6 +19,7 @@ type DjConfig struct {
CommandPrefix string CommandPrefix string
SkipRatio float32 SkipRatio float32
PlaylistSkipRatio float32 PlaylistSkipRatio float32
PlaylistMaxSongs int
} }
Volume struct { Volume struct {
DefaultVolume float32 DefaultVolume float32