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
|
from first
|
||||||
group by channel, nick
|
group by channel, nick
|
||||||
having channel = ?
|
having channel = ?
|
||||||
|
order by count desc
|
||||||
limit 3`
|
limit 3`
|
||||||
res := []struct {
|
res := []struct {
|
||||||
Channel string
|
Channel string
|
||||||
|
|
Loading…
Reference in New Issue