mirror of https://github.com/velour/catbase.git
Small fix to stop flooding
This commit is contained in:
parent
549ebc5f4e
commit
3a45156b9d
|
@ -30,7 +30,7 @@ func NewBeersPlugin(bot *bot.Bot) *BeersPlugin {
|
||||||
}
|
}
|
||||||
p.LoadData()
|
p.LoadData()
|
||||||
for _, channel := range bot.Config.Channels {
|
for _, channel := range bot.Config.Channels {
|
||||||
go p.checkUntappd(channel)
|
go p.untappdLoop(channel)
|
||||||
}
|
}
|
||||||
return &p
|
return &p
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue