This commit is contained in:
Dot-Rar 2020-01-17 23:21:49 +00:00
parent 52a88f919b
commit 5472f20964

View File

@ -69,7 +69,7 @@ func IsPremiumGuild(store sessions.Session, guildIdRaw string, ch chan bool) {
}
hasVoted := make(chan bool)
table.HasVoted(ownerId, hasVoted)
go table.HasVoted(ownerId, hasVoted)
if <-hasVoted {
ch <- true