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