mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
stupid typo
This commit is contained in:
parent
dba4403f70
commit
a9a88723e3
@ -27,7 +27,7 @@ var quotes = function(dbot) {
|
||||
}
|
||||
|
||||
qSizes = qSizes.sort(function(a, b) { return a[1] - b[1]; });
|
||||
qSizes = qSizes.slice(kickArr.length - 10).reverse();
|
||||
qSizes = qSizes.slice(qSizes.length - 10).reverse();
|
||||
|
||||
var qString = "Largest categories: ";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user