Fix for random button

This commit is contained in:
da
2017-02-06 15:02:33 +01:00
parent 27be1626a7
commit 650dccb220
+1 -1
View File
@@ -88,7 +88,7 @@ func handlePlaySound(w http.ResponseWriter, r *http.Request) {
}
}
}
if user != nil && guild != nil && sound != nil && soundCollection != nil {
if user != nil && guild != nil && soundCollection != nil {
if sound != nil {
go enqueuePlay(user, guild, soundCollection, sound)
} else {