forked from GitHub/dbot
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.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: ";
|
var qString = "Largest categories: ";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user