forked from GitHub/dbot
		
	Extra s in qsizes... wtf...
This commit is contained in:
		
							parent
							
								
									bb129c32ba
								
							
						
					
					
						commit
						a144f64094
					
				| @ -57,7 +57,7 @@ var quotes = function(dbot) { | ||||
| 
 | ||||
|         // Shows a list of the biggest categories
 | ||||
|         '~qstats': function(event) { | ||||
|             var qSsizes = Object.prototype.sort(quotes, function(key, obj) { return obj[key].length }); | ||||
|             var qSizes = Object.prototype.sort(quotes, function(key, obj) { return obj[key].length }); | ||||
|             qSizes = qSizes.slice(qSizes.length - 10).reverse(); | ||||
| 
 | ||||
|             var qString = dbot.t('large_categories'); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Luke Slater
						Luke Slater