This commit is contained in:
reality 2015-01-02 21:39:45 +00:00
parent 54f4d4979c
commit 2c4aad8a23

View File

@ -54,7 +54,7 @@ var commands = function(dbot) {
.first(10)
.value();
var cttring = '';
var tString = '';
for(var i=0;i<tCounts.length;i++) {
tString += tCounts[i][0] + " (" + tCounts[i][1] + "), ";
}