mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	- Initial work on Dockerfile
- Updated README.md with more information - Added some todos
This commit is contained in:
		@@ -46,10 +46,12 @@ namespace NadekoBot.Modules.Gambling.Services
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // todo future use votes api directly?
 | 
			
		||||
        private async Task BotlistUpvoteLoop()
 | 
			
		||||
        {
 | 
			
		||||
            if (string.IsNullOrWhiteSpace(_creds.VotesUrl))
 | 
			
		||||
                return;
 | 
			
		||||
            
 | 
			
		||||
            while (true)
 | 
			
		||||
            {
 | 
			
		||||
                await Task.Delay(TimeSpan.FromHours(1)).ConfigureAwait(false);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user