bug fix
This commit is contained in:
parent
52a88f919b
commit
5472f20964
@ -69,7 +69,7 @@ func IsPremiumGuild(store sessions.Session, guildIdRaw string, ch chan bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hasVoted := make(chan bool)
|
hasVoted := make(chan bool)
|
||||||
table.HasVoted(ownerId, hasVoted)
|
go table.HasVoted(ownerId, hasVoted)
|
||||||
if <-hasVoted {
|
if <-hasVoted {
|
||||||
ch <- true
|
ch <- true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user