mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Possible fix for slowdown with inrole and xplb clean commands
This commit is contained in:
		@@ -19,6 +19,9 @@ namespace NadekoBot.Common
 | 
			
		||||
        /// <returns>Task representing download state</returns>
 | 
			
		||||
        public async Task EnsureUsersDownloadedAsync(IGuild guild)
 | 
			
		||||
        {
 | 
			
		||||
#if !GLOBAL_NADEKO
 | 
			
		||||
            return;
 | 
			
		||||
#endif
 | 
			
		||||
            await downloadUsersSemaphore.WaitAsync();
 | 
			
		||||
            try
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user