mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Fixed number spam in the console
This commit is contained in:
		@@ -10,7 +10,6 @@ public sealed class UserSpamStats
 | 
			
		||||
            lock (_applyLock)
 | 
			
		||||
            {
 | 
			
		||||
                Cleanup();
 | 
			
		||||
                Log.Information("{Count}", _messageTracker.Count.ToString());
 | 
			
		||||
                return _messageTracker.Count;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user