Fix for random button
This commit is contained in:
+1
-1
@@ -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 {
|
if sound != nil {
|
||||||
go enqueuePlay(user, guild, soundCollection, sound)
|
go enqueuePlay(user, guild, soundCollection, sound)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user