From 134d5ea47bbb3f8d68127f3a6dbddc87171cd54a Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sat, 26 Oct 2019 11:44:01 -0400 Subject: [PATCH] first: put the order back in --- plugins/first/first.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/first/first.go b/plugins/first/first.go index 8e3ec56..254e736 100644 --- a/plugins/first/first.go +++ b/plugins/first/first.go @@ -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