mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	Fixed missing services issue
This commit is contained in:
		@@ -4,6 +4,7 @@ using NadekoBot.Services.Database.Models;
 | 
			
		||||
 | 
			
		||||
namespace Nadeko.Bot.Modules.Gambling.Gambling._Common;
 | 
			
		||||
 | 
			
		||||
// todo organize
 | 
			
		||||
public interface IGamblingCleanupService
 | 
			
		||||
{
 | 
			
		||||
    Task DeleteWaifus();
 | 
			
		||||
@@ -11,7 +12,7 @@ public interface IGamblingCleanupService
 | 
			
		||||
    Task DeleteCurrency();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
public class GamblingCleanupService : IGamblingCleanupService
 | 
			
		||||
public class GamblingCleanupService : IGamblingCleanupService, INService
 | 
			
		||||
{
 | 
			
		||||
    private readonly DbService _db;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user