forked from GitHub/dbot
whoops
This commit is contained in:
parent
54f4d4979c
commit
2c4aad8a23
@ -54,7 +54,7 @@ var commands = function(dbot) {
|
|||||||
.first(10)
|
.first(10)
|
||||||
.value();
|
.value();
|
||||||
|
|
||||||
var cttring = '';
|
var tString = '';
|
||||||
for(var i=0;i<tCounts.length;i++) {
|
for(var i=0;i<tCounts.length;i++) {
|
||||||
tString += tCounts[i][0] + " (" + tCounts[i][1] + "), ";
|
tString += tCounts[i][0] + " (" + tCounts[i][1] + "), ";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user