mirror of https://github.com/velour/catbase.git
first: put the order back in
This commit is contained in:
parent
44b0a4f9f3
commit
134d5ea47b
|
@ -236,6 +236,7 @@ func (p *FirstPlugin) leaderboard(c bot.Connector, ch string) error {
|
|||
from first
|
||||
group by channel, nick
|
||||
having channel = ?
|
||||
order by count desc
|
||||
limit 3`
|
||||
res := []struct {
|
||||
Channel string
|
||||
|
|
Loading…
Reference in New Issue